Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello,
I am trying to execute below dax but not getting expected output.
I have region filter which has "NE, NW, S and Total. When i select "Total" then should show in my table visual
NE, NW,S and Total. Can someone please correct me.
SWITCH(V_PBI_DTA_SAM_Daily_Region[Region],"NE","NorthEast","NW","NorhtWest","S","South","Total","NE+NW+S",V_PBI_DTA_SAM_Daily_Region[Region])
Regards,
Venky
Hi @Anonymous,
I'd like to suggest you take a look at the following blog to achieve a dynamic attribute report: (you may need to create a table that stores different granularity of the records to map to the fact table records)
Dynamic Attributes In A Power BI Report - P3 Adaptive
Regards,
Xiaoxin Sheng
@Anonymous , You need create a table like this and join with region table or region field
NE , NE , NorthEast
NW,NW ,NorhtWest
S,S ,South
NE , Total, NorthEast
NW,Total,NorhtWest
S,Total ,South
These are all in one Column?
NE , NE , NorthEast
NW,NW ,NorhtWest
S,S ,South
NE , Total, NorthEast
NW,Total,NorhtWest
S,Total ,South
Hi,
Could you add a picture of what you are trying to achieve?
Proud to be a Super User!
in my region filter i have the data like NE, NW, S and Total. When i select NE iam showing in my table Visual NorthEast and when i select NW from region filter showing in table visual as NorthWest and When i Select "Total" from filter should show in my table visual as NorthEast, NorthWest, South and Total.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
4 | |
3 |
User | Count |
---|---|
15 | |
14 | |
12 | |
10 | |
9 |