Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello All,
I have a dataset that contains an Asset Number, a date of win column, and a numeric win value column.
I created a simple measure called 85% of Average, calculated as such: 85% of Average = AVERAGE(Table[Win])*.85
Solved! Go to Solution.
Your average measure should be this:
This was actually the correct answer - I made the measure:
Ohhhh, but now I see the problem. Let's say you've got all your asset's there and the 85% AVG is 100. You have your flag filter to say "Only show assets below the 85% AVG of 100." When that filter is applied, it reduces the number of assets, and thus changes the 85% AVG of 100 to something else, which then changes which assets should be filtered and doesn't display the correct assets.
Interesting...
Sorry, I misread your post. If you want the 85% AVG amount to change depending on slicer context, change the ALL to ALLSELECTED.
Your average measure should be this:
This was actually the correct answer - I made the measure:
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.