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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
jhodasoft
Frequent Visitor

ACCUMULATED MIN

Good afternoon!, The idea is to get the accumulated from the Projection column and I can't get it. Can someone help me?
Image 01

jhodasoft_2-1680641100068.png

Image 02

jhodasoft_0-1680640680682.png

Image 03

jhodasoft_1-1680640726033.png

 

5 REPLIES 5
tamerj1
Super User
Super User

@jhodasoft 

You cannot calculate a variable inside CALCULATE. You need not to use a variable in this case. The MIN aggregation has to be referenced directly inside the CALCULATE function. 

FreemanZ
Super User
Super User

hi @jhodasoft 

try like:

Measure =
SUMX(
    FILTER(
        ALL(TableName),
        MONTH(TableName[Date])<=MAX(MONTH(TableName[Date]))
     ),
    [Projection]
)

Thanks for answering @FreemanZ , but I still can't get it.

jhodasoft_0-1681149727410.png

 

hi @jhodasoft 

post some sample data and let us see. 

Hi @FreemanZ , thanks for answering, I will copy part of the data below.

 

jhodasoft_0-1681338202565.png

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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