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.
Hi All,
Thanks for your quick response, there is a direct option in Power BI for that we need to add a constant line in the further analysis tab, there is no need for any workaround and custom visuals
Hi @Anonymous ,
I suggest you to try this visual.
Create a table with all category you need in your visual like "Women","Gen Z" and so on.
Then create a measure to combine all measures by this one.
Actual =
SWITCH (
MAX ( 'Table'[Category] ),
"Women", [M_Women],
"Gen Z", [M_Gen Z],
"Black/AA", [M_Black/AA],
"Hispanic", [M_Hispanic],
[M_EBDM]
)
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Linear Gauge for Example -
Thank you @arichard19 , In my Requirement I need to show 4 measures, but it will allow only 1
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.