The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a calculated measure that returns number of hours filed in a timesheet for that specific week. If no hours filled if will show as "PENDING".I want a slicer to filter the resources who didn't fill timesheet in current month. Even if they didnt fill time sheet one week in a month that should showup.
When slicer appied for 'PENDING' it should show Resource 1 ,2 and 3 only. Resouce 4 shouldn't show as he filled hours for all weeks of that month.
Expected -
I'm new to Power bi.
Link to pbix file
https://drive.google.com/open?id=1hUOsKa9gljgQEdLZbTI9g6Jq1_Akg3m_
Solved! Go to Solution.
In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick...
In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick...