Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
10 | |
10 | |
9 | |
9 |
User | Count |
---|---|
20 | |
13 | |
12 | |
11 | |
8 |