The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi everyone.
I ´m trying to set a Matrix visual to show teh acumulative values of the warehouses per month.
But all I have is the sum of the movements of the current monyh. Tried ChatGPT to solve the measure but still not works as spected:
In the image you can see the sum of the movements of each month, but I spected to see in may for example, total of April + Total of May. This is my DAX formula:
Solved! Go to Solution.
@sephirot2000
Try his measure:
suma acumulada cost amount actual =
CALCULATE (
SUM ( valueEntries[costAmountActual] ),
FILTER (
ALL ( valueEntries ),
valueEntries[postingDate] <= MAX ( valueEntries[postingDate] )
)
)
The months in the columns, are they coming from the same table as other fields or do you have a seperate date table.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@sephirot2000
Try his measure:
suma acumulada cost amount actual =
CALCULATE (
SUM ( valueEntries[costAmountActual] ),
FILTER (
ALL ( valueEntries ),
valueEntries[postingDate] <= MAX ( valueEntries[postingDate] )
)
)
The months in the columns, are they coming from the same table as other fields or do you have a seperate date table.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Thanks a lot, your answer put me in the righ way.
I comnplete the formula with my own filters and worked very well.
Hi and thanks for the answer.
the dates came from a separate table to filter but I can set in the same table.
@sephirot2000
Please try
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Not worked as spected:
Ok my fault, I had a filter in the visual object.
The sum in now correct for the total, now I have to configure the Totals for the cells in the righ way. Thanks
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
20 | |
18 | |
17 | |
14 | |
13 |
User | Count |
---|---|
38 | |
32 | |
22 | |
19 | |
18 |