EN VI
Posts (0)
Questions (4)
2024-03-12 16:00:08
Measure = DIVIDE(SUM('Table'[Claim Amount]), DISTINCTCOUNT('Table'[Employee]))
Tags: powerbi dax data-analysis
2024-03-12 16:00:09
Try using divide function instead: Sales growth = ROUND([2024]-[2023],0)/ROUND([2023],0)
Tags: powerbi dax data-analysis
2024-03-14 16:00:08
In PQ go to menu Add column > custom column and past below function, replace column1 with the name of your column: Text.Combine(List.Distinct(Text.Split([Column1]," "))," ")
Tags: powerbi dax powerquery
2024-03-15 03:00:07
I would create two columns in your date table: YearOffset DayOffset. Then add two filters: YearOffset = 0 DayOffset < 0 I use both of those fields a lot in various reports
Tags: powerbi dax

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login