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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
bbbt123
Helper I
Helper I

all selected () unexpected behavior

 

 

6 REPLIES 6
amitchandak
Super User
Super User

If you want cumulative

This need row context to need to be in filter and in max

cumulated hours =
CALCULATE(
[Hours] ,
ALLSELECTED( 'calendar' ), filter('calendar'[week num] <=max('calendar'[week num]))
)

 

 

 

 
 

 

Forgot table in filter

cumulated hours =
CALCULATE(
[Hours] ,
ALLSELECTED( 'calendar' ), filter('calendar','calendar'[week num] <=max('calendar'[week num]))
)

 

Appreciate your Kudos.

 

 

 

Hi @bbbt123 ,

 

Your formula seems to be correct, maybe it is a data issue?

1-1.PNG

Please check if your No.11 week's data is correct. Or is the "Hours" column determined by the calculation formula?

 

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Kudoed Authors