Forum Discussion
RekhaG
7 years agoFrequent Visitor
PowerBI -MDX Cube - YTD
Hi, I have a Power BI Report where the data points are month-year(from date dimension) and a YTD measure. The source is a multi-dimensional SSAS cube. The YTD Measure and month-year are taken...
v-frfei-msft
Community Support
7 years agoHi RekhaG,
Create a TOTALYTD to workaround.
Measure = TOTALYTD(SUM(Table1[sales]),Table1[date])
For more details, please check the pbix as attached.
Regards,
Frank
RekhaG
7 years agoFrequent Visitor
Thank you for your response v-frfei-msft.
I am using a multi dimensional cube as the source for my report. I cannot use TOTALYTD(DAX) on it.
- ChristianM836 years agoNew Member
Have you found the solution ?