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

running % not working

Hi All,

 

One issue I'm struglling with. Below is running % dax.. My column chart values changing but this running % not changing. Can anyone please help to understand where could be the issue please

 

Running Total% = 
DIVIDE(
CALCULATE(
COUNT('Report'[ID]),
FILTER(ALLEXCEPT('Report','Report'[Client Region],'Report'[Location],'Report'[Request Type],'Report'[Month]),
'Report'[Rank]<=MAX('Report'[Rank])))
,
CALCULATE(
COUNT('Report'[ID]),
ALLEXCEPT('Report','Report'[Client Region],'Report'[Location],'Report'[Request Type],'Report'[Month])))

 

 

6 REPLIES 6
Ashish_Mathur
Super User
Super User

Hi,

Share some data, describe the question and show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Sept screenshot.jpgOct screenshot.jpgNov screenshot.jpgHi Amit / Ashish, Thank You both for your response. I'm sharing few screenshot, may be from that you will get what I'm trying to say..

 

@Ashish_Mathur , Hi Sir, have posted few screenshot's.. Will it help you to understand my query please.. please let me know

 

Hi,

Screenshots do not help.  Share the download link of the PBI file, explain the question and show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

In the screenshot you can look clearly that I'm changing month, columns got change but no change on line graph i.e. running total %. They are contstant.. and dont understand what to do with this.. 

amitchandak
Super User
Super User

@PowerBIBeginer , If you have date prefer to use that or use sortable year month in measure like this

 

Cumm Sales %= Divide( CALCULATE(SUM(Sales[Sales Amount]),filter(all('Date'),'Date'[date] <=max('Date'[date]))),ALCULATE(SUM(Sales[Sales Amount]),all())

Cumm Sales %= Divide(CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] <=max(date[Date]))),(CALCULATE(SUM(Sales[Sales Amount]),allselected())

 

for numerator, you can also consider the window function

Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: https://youtu.be/nxc_IWl-tTc

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.