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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Filtering to a specific site returns all hours worked,,

 

With the formula below I am trying to reflect just the hours that the site filter is pointing to. 

Hours worked =
VAR _min =calculate(MIN('TNS_dbo_POS.CPI'[Time]),ALLEXCEPT('TNS_dbo_POS.CPI','TNS_dbo_POS.CPI'[BUS_DATE],'TNS_dbo_POS.CPI'[EMP_ID]))
VAR _max = CALCULATE(MAX('TNS_dbo_POS.CPI'[Time]),ALLEXCEPT('TNS_dbo_POS.CPI','TNS_dbo_POS.CPI'[BUS_DATE],'TNS_dbo_POS.CPI'[EMP_ID]))
RETURN
FORMAT(_max -_min, "h")

 

 

Bgonen777_0-1706890549605.png

 

1 REPLY 1
lbendlin
Super User
Super User

to reflect just the hours that the site filter is pointing to

What's a site filter?

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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