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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

bar chart with three independent of one another slicers in a single chart

Hi,

 

We're working with a manufacturig db that has information by plant, line, product, date, day of week, hour, and shift. We're setting up a dashboard that gives the user the ability to select productivity by plant, line, product, and date range and see it in a unstacked bar chart. We'd like to set up a single unstacked bar chart that has 35 bars - each hour of the day, 24 bars, each shift, 4 bars, and each day of the week, 7 bars. These three independent of one another, non-user slected slicers are applied to the plant, line, product, and date range slicer combination selected by the user to create the 35 bars. Is this possible?

 

Thank you

2 REPLIES 2
V-lianl-msft
Community Support
Community Support

Hi @Anonymous ,

 

Impossible, but you can try to drill through by setting the x-axis as a hierarchy.

https://docs.microsoft.com/en-us/power-bi/consumer/end-user-drill 

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , you need put these into a table using union and summarize and then plot .

example

Balance Sheet = union(SUMMARIZE(Sales,Sales[Brand],"Col1",sum(Sales[Sales]),"Col2",sum(Sales[COGS]),"sort",COUNTROWS(Sales))
,SUMMARIZE(Sales1,Sales1[Brand],"Col1",sum(Sales1[Sales]),"Col2",sum(Sales1[COGS]),"sort",COUNTROWS(Sales1)) )

 

but this will not be dynamic

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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