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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
sajjadkhan25
Helper I
Helper I

Need to add all years in series

Hi @amitchandak sir & everyone,

 

Greeting for the day!!

i need dax or power query where i need result has shown in image. please help me on this

 

sajjadkhan25_0-1658841079137.png

Thanks and Regards,

Sajjad 

1 ACCEPTED SOLUTION
AntonioM
Solution Sage
Solution Sage

You could add a custom column

 

Column = CONCATENATEX(FILTER('Table', [Column1] <= EARLIER('Table'[Column1])), [Column1])
 
AntonioM_0-1658843736576.png

 

 

View solution in original post

1 REPLY 1
AntonioM
Solution Sage
Solution Sage

You could add a custom column

 

Column = CONCATENATEX(FILTER('Table', [Column1] <= EARLIER('Table'[Column1])), [Column1])
 
AntonioM_0-1658843736576.png

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.