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.
I looked at your pbix. It is similar but different from the pics you show. I wasn't able to match what you are showing, so it is hard to troubleshoot it. Also, there are so many columns. You definitely should unpivot these data and simplify your model to make your analysis/visualization easier.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
You want to follow the running total DAX pattern. Your measure should look something like this...
CALCULATE(
SUM([Value]),
FILTER(
ALL(Calendar],
Calendar[Date] <= MAX(Calendar[Date])
)
)
@Anonymous so in place of the SUM([Value]) insert the name of the measure
Hi @littlemojopuppy ,
Thanks for the reply. As you can see in my shared link to pbix file, the value shown are calculated using measure. The name of the measure is "sales ltm". So because of this I'm not able to use SUM() function as it does not take measure value.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
11 | |
11 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |