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
Hello guys, I am trying to te make a report with pb desktop, and i want to create a clustered column chart by clicking on a row cell(wich will be the company) from a matrix. So every time i will be clicking on the company row i will need to have by next side his corrispondig clustered chart with other columns shown in the picture below.The structure of the matrix will be like this.
Thank you guys for your time.
@amitchandak sorry if only i could do this things, but i am so new to this one, can you be plz more specific on where to to put this condition and how? Or some links where to do so
Thank you so much for your time
@sudsycloud , Have a clustered bar visual next to it.
And display data in that only when something is selected in Matrix
If(isfiltered([Company]), 1, 0)
Use this in the visual level filter of the clustered bar visual and check for not blank
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.