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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Multiple Bar Charts on Same Axis

I am trying to use multiple measure on the same axis. The photo below was done in Tableau. How do I create the same in PowerBI Multiple Measures.JPG

1 ACCEPTED SOLUTION
Arul
Super User
Super User

@Anonymous ,

please refer this below thread which I have solved earlier,

https://community.powerbi.com/t5/Desktop/Create-table-from-measure-for-visual/m-p/2501880#M889608 

 

Thanks,

Arul





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


View solution in original post

2 REPLIES 2
v-easonf-msft
Community Support
Community Support

Hi, @Anonymous 

As meationed by @Arul ,you can manually enter a column containing the names of all measure fields.

veasonfmsft_1-1652420709544.png

Then use  function ‘IF’ to create a field that summarizes the results returned by each measure.

Measrue_value =
SWITCH (
    MAX ( 'Table'[MeasureName] ),
    "Measure1", [Measure1],
    "Measure2", [Measure2],
    "Measure3", [Measure3]
)

 

Best Regards,
Community Support Team _ Eason

Arul
Super User
Super User

@Anonymous ,

please refer this below thread which I have solved earlier,

https://community.powerbi.com/t5/Desktop/Create-table-from-measure-for-visual/m-p/2501880#M889608 

 

Thanks,

Arul





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.