Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
I am trying to perform a simple TOTALYTD function and have used to add up the number of applications recevied in a fiscal year.
I added a column with the formula :
FYTD Leak Remission Applications Approved = TOTALYTD(SUM(Datasheet[1. Leak remission applications approved]),'Date'[Date],"06/30")
The date comes from a date table that i have added and populated useding the CALENDARAUTO function.
The forumla is not returning the cummulative total and is returing the individual values. Ultimately I want to graph the YTD on a line graph
I am wondering what I am missing as I have searched arounf the forums and it appears Im implemeting the formula correctly.
Thanks.
Solved! Go to Solution.
Hi,
Ensure that the date you drag from into your visual is from the Date Table. Also does this work?
=CALCULATE(SUM(Datasheet[1. Leak remission applications approved]),DATESYTD('Date'[Date],"6/30"))Does it work if you change the input to "30/6"?
did you try @Ashish_Mathur suggestion about making sure you use the date field from your date table on the axis of your visual?
Your code works fine for me. Have you created it as a calculated measure and do you have a relationship between your Datasheet table and your Date table?
Thank you for replying so quickly!
I have a many to one with a single cross filter direction relationship between my datasheet table and date table.
I created it as a new column and i halso tried as a new meaure and neither seems to be working.
did you try @Ashish_Mathur suggestion about making sure you use the date field from your date table on the axis of your visual?
Hi,
Ensure that the date you drag from into your visual is from the Date Table. Also does this work?
=CALCULATE(SUM(Datasheet[1. Leak remission applications approved]),DATESYTD('Date'[Date],"6/30"))Does it work if you change the input to "30/6"?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 40 | |
| 36 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 38 | |
| 34 | |
| 23 |