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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Rahilu
Regular Visitor

How to show values only for visible date

I have created following measure that showing only Employee_Capacity in column 5:

Employee_Capacity =

VAR WeekdayTable = FILTER ( DIM_DATE, DIM_DATE[T_Day_Of_Week_No] = 5 )

RETURN

    SUMX (

        WeekdayTable,

        [Employee Capacity]

    )

 

Rahilu_0-1622068232721.png

 

But Like to show Employee_Capacity for Roster_hours only visible for Start_Of_Week_Date as follows:

 

Rahilu_1-1622068326795.png

How can I accomplish this task? I need help please.

Cheers

Rahil

2 REPLIES 2
Rahilu
Regular Visitor

Hi Ashish,
Thanks for your prompt reply. I haven't test it yet. I will let you know if it works.

cheers

Ashish_Mathur
Super User
Super User

Hi,

Does this work

Employee_Capacity =

VAR WeekdayTable = FILTER ( DIM_DATE, DIM_DATE[T_Day_Of_Week_No] = 5 )

RETURN

    IF(ISBLANK([Working hours]),BLANK(),SUMX (

        WeekdayTable,

        [Employee Capacity]

    ))

I have assumed that Working hours is a measure.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.