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! Request now
I have dax formula that will create an indicator flag (a 1 or a 0) based on how well three different metrics perform against the overall average of each individual Metric. So basically, Sales for a line vs the average of all, sell thru per line vs the average of all sell thru, and the same for promotional rate vs the average. My dax to flag the lines works well, but I want the ability to filter the metric I created, and this does not work at the row level which is what I need. Any help with the formula or why this will or wont work is greatly appreciated.
| Store Snum | Above Average All | Net Sales TY | Sell Thru Store % TY | TTL Promo MD TY |
| 12345 | 0 | 1000 | 80% | 5% |
| 67890 | 0 | 500 | 80% | 5% |
| 13579 | 1 | 2000 | 90% | 1% |
Hi @amorris1124
What does your expected result should be like? Do you want to use the [Above Average All] measure to filter the table visual?
If you want to filter the table visual via a measure, you can drag it to the visual-level filter pane and set the filter rule there. Then click Apply filter to apply it.
If this is not what you want, can you show an example of the expected result based on some sample data? This can help us understand it better and provide a more accurate solution.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
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.