Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
@Anonymous
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
@Anonymous ,
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!
@Anonymous , 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
@Anonymous
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
80 | |
53 | |
40 | |
39 |
User | Count |
---|---|
102 | |
85 | |
47 | |
46 | |
44 |