Forum Discussion
DATESYTD problem in PB Onpremises (Remote Server)
- 4 months ago
Hi F_Reh
Your DAX is almost correct - the issue is not the function itself, it’s how the year-end parameter is being interpreted in newer versions of Microsoft Power BI.
Change it to:
Attendances FYTD = CALCULATE( Daily_Attendances[Total_Attendances], DATESYTD(DatesTable[Date], "03/31") )If it still misbehaves, then your issue is one of these (common in Report Server setups):
Your DatesTable is not marked as a Date Table
Relationship between DatesTable[Date] and fact table is broken/inactive
Daily_Attendances[Total_Attendances] is not a proper measure (should be SUM-based)
Hi F_Reh
Thank you for reaching out to the Microsoft Fabric Forum Community.
Natarajan_M Thanks for the inputs.
I hope the information provided by user was helpful. If you still have questions, please don't hesitate to reach out to the community.
- v-priyankata4 months agoCommunity Support
Hi F_Reh
Hope everything’s going smoothly on your end. I wanted to check if the issue got sorted. if you have any other issues please reach community.