Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I need to show two bar charts with the same categorical axis. I have tried to get both charts in the same visualization, but I havent managed, so now I have two visualizations one next to the other as shown in the screenshot.
The problem that I have now is that the number of categories is very large, so there are scroll bars for both plots. I would like that when I scroll in one of the plots, the other one changes automatically. Alternatively, I would also be happy if I could get both charts in the same visualization, as I was trying to do in the first place. In that case, both plots would share a single scroll bar and that would be even better.
Two bar charts with two independent scroll bars
Solved! Go to Solution.
Hi @Anonymous ,
We can make the both visuals sorted by the category in your scenario.
Hi @Anonymous ,
We can create a bridge table to work on it.
Bridge = DISTINCT(UNION(VALUES(avail[index]),VALUES(duration[index])))
After that, we can use the index column in the bridge table as X-axis to work on it.
Thanks @v-frfei-msft. Both "availability" and "duration" belong to the same table in my example. Does it make sense to build this Bridge in that case?
@Anonymous you can use databar in table or matrix visual using conditional formatting.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
thx
User | Count |
---|---|
123 | |
69 | |
67 | |
58 | |
52 |
User | Count |
---|---|
183 | |
92 | |
67 | |
62 | |
53 |