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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
nasolme
Helper I
Helper I

calculate amount of the quarter when you have the cumulative amount

Hi community, 

I have the database with cumulative amount and i want to calculate the non-accumulated amount.

Do you have any idea ?

Thx in advance

nasolme_0-1659445077781.png

 



 



1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@nasolme , Create a new column

 

=

var _year = Year([Date])
var _last = maxx(filter(Table, [Date] < earlier([Date]) && Year([Date]) =_year), [Date])
return
[cumulative amount] - maxx(filter(Table, [Date] =_last ), [cumulative amount])

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
nasolme
Helper I
Helper I

Thank you again @amitchandak 


amitchandak
Super User
Super User

@nasolme , Create a new column

 

=

var _year = Year([Date])
var _last = maxx(filter(Table, [Date] < earlier([Date]) && Year([Date]) =_year), [Date])
return
[cumulative amount] - maxx(filter(Table, [Date] =_last ), [cumulative amount])

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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