Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

IS there any similar visual in power bi

Screenshot 2022-07-19 152028.png

4 REPLIES 4
Anonymous
Not applicable

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 

Anonymous
Not applicable

Hi @Anonymous ,

 

I suggest you to try this visual.

RicoZhou_0-1658915342940.png

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.

RicoZhou_1-1658915462304.png

 

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.

arichard19
Resolver I
Resolver I

Linear Gauge for Example -

arichard19_0-1658234947929.png

 

Anonymous
Not applicable

Thank you @arichard19 , In my Requirement I need to show 4 measures, but it will allow only 1

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.