Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

YTD measure not working in row based format

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

Measure.PNG

But this is What Iam getting when I am converting it to row basedRow based measure.PNG

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

1 REPLY 1
Greg_Deckler
Community Champion
Community Champion

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...



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors