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
Issue:
I want to calculate the % of a set of Values based on the fields a user may or maynot added to a Table/Chart
For example
If I have three fields , in reality I have 60 plus dimension columns
I can create
Question
Is it possible to create a measure to illustrate % , regardles of the combinations of dimensions , it will illustrate correctlty
( I assume it is called a dynamic Measure)
If a user adds product and / OR Category , location ; it will calculate the % in realtime
Do I need to create measures for every combination and use a switch statement to toggle between them ? If you have 100 plus diemnsions columns, not sure how feasible this is
What is the best practice to accomodate this?
Hi,
I think the ALLSELECTED() function will work. Share some data to work with and show the expected result.
standard measures will be able to cover this. What have you tried and where are you stuck?
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 19 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 55 | |
| 54 | |
| 40 | |
| 40 | |
| 30 |