We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
Hi everyone!,
I am trying to calculate the following but I just obtain a blank space: It is defined the following:
==> These measures works fine:
==>BUT This doesn't work!!:
What I need to know is the sales of the last month, but only of the ones that won the incentive this month. The structure works when I use as a filter a column that exists in a Table instead of a measure (as [Incentive_AchievementRate])
What can I do?
Thanks!
Solved! Go to Solution.
It's hard to tell without seeing your model, but it looks like you are filtering the whole fact table - Filter(Sales_All), ...
What field/column do you calculate incentive winners on usually (employees, departments, etc.)? I would have expected you had Filter(All(Sales_All[Employee]), [Incentive_AchievementRate]>1) instead.
If this solution works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
It's hard to tell without seeing your model, but it looks like you are filtering the whole fact table - Filter(Sales_All), ...
What field/column do you calculate incentive winners on usually (employees, departments, etc.)? I would have expected you had Filter(All(Sales_All[Employee]), [Incentive_AchievementRate]>1) instead.
If this solution works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Indeed, the problem was the table. Thanks!
User | Count |
---|---|
12 | |
11 | |
7 | |
7 | |
6 |
User | Count |
---|---|
23 | |
22 | |
12 | |
8 | |
7 |