Forum Discussion
errepinna
5 years agoHelper I
Grouping histogram bars
Hello everyone, I'm trying to do something simple. I got different values of the same kind referring to the same entities, and I want to group them in an histogram together. I made an excel f...
- 5 years ago
Hi errepinna ,
Is below what you need?
Check the updated .pbix file attached.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
amitchandak
5 years agoSuper User
errepinna , Put both Location and type on Axis. Expand all levels. Sort on these two. And Switch off concatenate labels.
- errepinna5 years agoHelper I
My issue is that I have no "Type" column. Each type has a dedicated table so I can't put it on axis.
- amitchandak5 years agoSuper User
errepinna ,Create a common location table. Have measure From both Tables and use them in clustered visual
- errepinna5 years agoHelper I
I've already made a common table for the "location". Yet if I try to put both measures on values, it just piles them up in a single bar.