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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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