Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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]
)
But Like to show Employee_Capacity for Roster_hours only visible for Start_Of_Week_Date as follows:
How can I accomplish this task? I need help please.
Cheers
Rahil
Hi Ashish,
Thanks for your prompt reply. I haven't test it yet. I will let you know if it works.
cheers
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 46 | |
| 44 |