Forum Discussion
Please help me recreate this bar chart
- 7 years ago
You need to put all groupings into one field.
You have them on separate fields.
Either create a new column with the groupings using DAX formulas or do it using Power Query
Thanks for that. I have it working now.
I did that by creating a new sheet in excel and summarizing the data.
The only problem is that I was hoping to be able to double click on one of the bars and be able to see a table of the clients sorted by the highest debt by that age. Currently that doesn't work, but if I was to implement it the way you said using Power Query or DAX, would that work?
BlueTiger wrote:
The only problem is that I was hoping to be able to double click on one of the bars and be able to see a table of the clients sorted by the highest debt by that age.
Why not create a drill through report? Instead of double clicking, you right click and choose the report build to show the detail you need.