Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have these percentages by month but I need them to be YTD each month. Is there a function for that in PBI or a DAX statement that will provide that result?
Thanks
Solved! Go to Solution.
Hi @U156531 ,
Regarding your question, can the following dax function meet your needs? If I understand you wrongly, please provide simple data and show the expected results in pictures.
DATESYTD function (DAX) - DAX | Microsoft Learn
TOTALYTD function (DAX) - DAX | Microsoft Learn
Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @U156531 ,
Regarding your question, can the following dax function meet your needs? If I understand you wrongly, please provide simple data and show the expected results in pictures.
DATESYTD function (DAX) - DAX | Microsoft Learn
TOTALYTD function (DAX) - DAX | Microsoft Learn
Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.