The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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