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

Clustered Column bar charts summing up to match Cards.

Hello Community,

I have an Audit Actions report that I am working on at the moment. Below is how visuals look like another 3 reports and  this is a copy of one of those. I am using Clustered column chart.

However, the 0 > 29 Days Overdue, 30 > 59 Days Overdue and 0 > 60+ Days Overdue at the top is right and should be as is and the Legend is right as well.

Requirement is to have 0 > 29 Days Overdue, 30 > 59 Days Overdue and 0 > 60+ Days Overdue on the X-axis replacing Open, Closed and Ready to inspect respectively showing groups of bars as above for Discipline, Design, Environmental, Quality & Safety if the data is available and the numbers of the groups of bars should match the number above in the tiles such as 24, 18 and 49.

It should look like below, of course, the number of bars should add up to the numbers on top:

Can anyone please let me know how to attain this? Or should I be using some other visuals to attain this. Not sure if unpivoting does any good either!

This model was created by someone else and I am taking over. Some of the other things I am considering are to remodel with a Star Schema and have a proper Date Calendar as well. Open to any other suggestions too.

Your help is greatly appreciated.

Kind regards,

Bhoga

2019-09-10_13-24-34.png2019-09-10_13-55-28.png

2 ACCEPTED SOLUTIONS
v-xuding-msft
Community Support
Community Support

Hi @Anonymous ,

You could try to create new group to change the name.

3.PNG4.PNG5.PNG

Best Regards,

Xue Ding

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

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

View solution in original post

mattneil
Frequent Visitor

Hi Bhoga,

 

I'd create a calculated column to categorise these into your "buckets" of overdue ranges.

 

[Overdue Range] = IF([Days Overdue] >= 60, "60+ Days Overdue",

                                  IF([Days Overdue] > 30, "30 > 59 Days Overdue",

                                  IF([Days Overdue] > 0, "0 > 29 Days Overdue")))

 

It will return blank for any records that are not overdue, you could always include "Not Overdue" in the final ELSE statement and then filter this out in the report.

Bonus here is that the X axis should sort in the order you want due to the leading digits on those ranges as well.

Hope that helps

Cheers,

Matt

 

Principal Consultant

Lime Theory

Find me on LinkedIn

 

View solution in original post

4 REPLIES 4
mattneil
Frequent Visitor

Hi Bhoga,

 

I'd create a calculated column to categorise these into your "buckets" of overdue ranges.

 

[Overdue Range] = IF([Days Overdue] >= 60, "60+ Days Overdue",

                                  IF([Days Overdue] > 30, "30 > 59 Days Overdue",

                                  IF([Days Overdue] > 0, "0 > 29 Days Overdue")))

 

It will return blank for any records that are not overdue, you could always include "Not Overdue" in the final ELSE statement and then filter this out in the report.

Bonus here is that the X axis should sort in the order you want due to the leading digits on those ranges as well.

Hope that helps

Cheers,

Matt

 

Principal Consultant

Lime Theory

Find me on LinkedIn

 

Anonymous
Not applicable

Hi Matt,

 

Thanks a million for your quick response. Yes, your solution works. Your time is greatly appreciated.

 

Kind regards,

Bhoga

(giftedbrain)

v-xuding-msft
Community Support
Community Support

Hi @Anonymous ,

You could try to create new group to change the name.

3.PNG4.PNG5.PNG

Best Regards,

Xue Ding

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

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi Xue Ding,

 

Thanks a million for your quick response. Yes, your solution works. Your time is greatly appreciated.

 

Kind regards,

Bhoga

(giftedbrain)

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.