The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Everyone,
I have a requirement in ssas tabular where I need to convert measures in to row based format. I was using following syntax to convert to row based
SELECTCOLUMNS(Fact_Maint_Score_Card,"Date ID",[Date Id], "Site ID",[Site Id],"Measure","NPT YTD","Measure Value",'Calculations'[NPT YTD])
All other measures are working fine when converted to row based which does not involve YTD. The only problem is with YTD Measure.
My result should be like this
But this is What Iam getting when I am converting it to row based
I have tried to calculate YTD using following methods.
NPT YTD:=CALCULATE(SUMX(Fact_Maint_Score_Card,[NPT]),DATESYTD('Dim_Date'[Date Val]))
NPT YTD:=TOTALYTD(SUM([NPT]),'Dim_Date'[Date Val])
Any help would be appreciated
See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...
User | Count |
---|---|
58 | |
54 | |
53 | |
49 | |
30 |
User | Count |
---|---|
177 | |
88 | |
70 | |
48 | |
48 |