Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Dear all,
I have created a "Gross Profit %" measure that simply divide gross profit by cost. Then I would like to filter out all rows that has "GP%" > x% during year 2017. However the "GP% measure cannot be filtered.
Should I create a calculated column for this purpose? What will you guys do when trying to filter a aggregated value?
Thank you
Solved! Go to Solution.
@KeithChu would using the visual level filters work for you?
Proud to be a Super User!
@KeithChu would using the visual level filters work for you?
Proud to be a Super User!
Hi Keith,
To filter by a measure, you need to use the FILTER function, so yours will look roughly like the following:
Measure = CALCULATE([Gross Profit] / [Cost], FILTER(TABLE_NAME, [GP%] > x))
Hope that helps!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
88 | |
87 | |
35 | |
35 |
User | Count |
---|---|
153 | |
99 | |
85 | |
63 | |
54 |