Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Running sum is not showing correct order in column chart

I created a running sum quick measure which is giving correct order of data in table but is showing in descending order in column chart which actually shuffles the dates. Is there any solution to this problem.

 

Running sum = 
CALCULATE(
SUM('d_targets'[prd_target]),
FILTER(
ALLSELECTED('d_calendar'[calendar_date]),
ISONORAFTER('d_calendar'[calendar_date], MAX('d_calendar'[calendar_date]), DESC)
)
)

 

shivam_0-1661845935453.pngshivam_1-1661846015269.png

 

 

 

 

1 ACCEPTED SOLUTION
PVO3
Impactful Individual
Impactful Individual

You can just reverse the sort ordering

PVO3_0-1661846647995.png

 

 

View solution in original post

2 REPLIES 2
ReneMoawad
Resolver III
Resolver III

At the top right of the visual, click on the ... (More Option), Sort Axis and select the Date field instead of the Running Sum

PVO3
Impactful Individual
Impactful Individual

You can just reverse the sort ordering

PVO3_0-1661846647995.png

 

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.