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 there ;
i need your kind support to calculate below issue on my report ;
İ have a table which one i added with below picture named " Table A " , in this table there is date , sales group and amount.
everyday new amounts are adding to this table for each days , just for this example i mentioned and focused for three days (01.06.2020 , 02.06.2020 , 03.06.2020 )
i would like to create another table which one as below named "Table B" , in this table i need to add amount for each day to previous day.
İ tried to explain near "Table B " , cell by cell what i need . I hope it is clear . thanks in advance for your supports
Solved! Go to Solution.
Please try a measure like this with date table
Cumm Sales = CALCULATE(SUM(Table[Amount]),filter(date,date[date] <=maxx(date,date[date])))
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions
https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi
https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/
See if my webinar on Time Intelligence can help: https://community.powerbi.com/t5/Webinars-and-Video-Gallery/PowerBI-Time-Intelligence-Calendar-WTD-Y...
Appreciate your Kudos.
Hi @erhan_79 ,
Use this measure
@erhan_79 , Try a new column in same table
sumx(filter(table,[sales group] = earlier([sales group]) && [Date] <= earlier([Date])),[Amount])
i noticed that while giving info to you i made a mistake , my revised tables as below , just i want to sum days as below could you pls help ?
Please try a measure like this with date table
Cumm Sales = CALCULATE(SUM(Table[Amount]),filter(date,date[date] <=maxx(date,date[date])))
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions
https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi
https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/
See if my webinar on Time Intelligence can help: https://community.powerbi.com/t5/Webinars-and-Video-Gallery/PowerBI-Time-Intelligence-Calendar-WTD-Y...
Appreciate your Kudos.
Dear @amitchandak ;
thank you very much for your reply ;
i created measure as you mentioned also i created an date table too , but something i not working, for your checking i am uploading below my test pbix file's link :
https://drive.google.com/file/d/1HTjL2ldKWxp2xSAJI3lVAgwCeFltKDac/view?usp=sharing
i am sure when you will see my file you will quickly find where i am wrong.
if you will check my previous message i need to sum everyday , first day a value , secon day will be first day and second day's total , third day will be first and second and third day's total and etc.
but on my test pbix as you see system just calculating for each days total an put the graphic.
Could you pls check it for me
Hi @erhan_79 ,
Use this measure
Dear @harshnathani
you created for me measure , i would like to create table same one , could you pls give table formula too?
Hi @erhan_79 ,
Create a Table
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
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.
User | Count |
---|---|
107 | |
79 | |
72 | |
46 | |
39 |
User | Count |
---|---|
135 | |
108 | |
69 | |
64 | |
56 |