Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi All,
I am trying to create a running total from a measure using this formula:
Solved! Go to Solution.
Hi @HFoy ,
To update the measure should work.
runningtotal = SUMX(FILTER(ALLSELECTED('Calendar'),'Calendar'[Date]<=MAX('Calendar'[Date])),'Table1'[fc_FB_Change])
Regards,
Frank
Hi @HFoy ,
To update the measure should work.
runningtotal = SUMX(FILTER(ALLSELECTED('Calendar'),'Calendar'[Date]<=MAX('Calendar'[Date])),'Table1'[fc_FB_Change])
Regards,
Frank
User | Count |
---|---|
80 | |
77 | |
64 | |
48 | |
45 |
User | Count |
---|---|
103 | |
45 | |
39 | |
39 | |
36 |