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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

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
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors