Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.