Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
HI ALL I HAVE THE REQUIREMENT TO CALCULATE PERCENTAGE BASED ON FILTERS CALLED PLAN 'YES', AND REMAINIG DATA CALLED PLAN 'NO' THE SCENARIO AND SAMPLE DATA PLACED IN THE FOLLOWING LINK. HELP ME TO SORT OUT THIS.
https://filebin.net/kywxo2d7hrfjeuxx
THANKS AND REGARDS
SENTHIL
Solved! Go to Solution.
Hi @smpowerbi ,
Create a measure as below
WeekFilter = Maxa(PlanTable[weekname])
Use this measure in a "Details" table visual in your report.
This will return Blank for not macthing filtered values and 0 for matched values. Use Visual Level filter for the details to get the inverse selected data in table.
Thanks,
PraveenM
Hi @smpowerbi ,
Create a measure as below
WeekFilter = Maxa(PlanTable[weekname])
Use this measure in a "Details" table visual in your report.
This will return Blank for not macthing filtered values and 0 for matched values. Use Visual Level filter for the details to get the inverse selected data in table.
Thanks,
PraveenM
https://community.powerbi.com/t5/Quick-Measures-Gallery/Inverse-Aggregator/m-p/342266#M91
https://community.powerbi.com/t5/Quick-Measures-Gallery/Inverse-Selector/m-p/648290#M325
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |