Hi Community,
I need help with calculating FYTD sum. Our Financial year runs from July to June. Following is a snapshot of my sample dataset & measures:
FYTD sum should be 360.
My sample pbi file: https://1drv.ms/u/s!Ag919_pO_UKrgQ7LnPwPrdOWvT3t?e=yq6eGw
Many thanks,
Solved! Go to Solution.
FYTD sum = CALCULATE(SUM(Table_name[Sales_field]),Table_name[FYDate]<date(2021,06,31),Table_name[FYDate]>date(2020,07,01))
it is working for me well
Try something like thi.
Calculate(SUM(Table[Sales]),DATESYTD(Table[Date],"30/6")
Check another example with the following link
Regards,
'Manikumar
Proud to be a Super User!
@ExcelPBI , This is happening because you have not selected any date filter. And end date of calender in 12/31/2021 , means FYTD from that date.
Please select any date is FY you will get the correct data.
Find the file attached after signature
I have discussed all these in https://www.youtube.com/watch?v=OBf0rjpp5Hw
FYTD sum = CALCULATE(SUM(Table_name[Sales_field]),Table_name[FYDate]<date(2021,06,31),Table_name[FYDate]>date(2020,07,01))
it is working for me well
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Welcome to the Power BI Community Show! Jeroen ter Heerdt talks about the importance of Data Modeling.
Mark your calendars and join us on Thursday, May 26 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
343 | |
99 | |
63 | |
51 | |
49 |
User | Count |
---|---|
327 | |
119 | |
84 | |
65 | |
64 |