The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I need to translate this sql query:
SELECT COUNT (DISTINCT [Employee ID] )
FROM [IDW_mart_DEV].[dbo].[rep_timesheet_OVT]
WHERE [OT BTW 0% & 10%] = '1'
AND [quarter_offset] = '-1'
into DAX. how do I put in the second condition ? IN other words, how do I incorporate:
DISTINCTCOUNT (rep_time[Employee ID] ) ? I have already a filter, filtering out [OT BTW 0% & 10%] = '1'
Where from here?
Solved! Go to Solution.
ohh silly me, I just found it:
here we go:
ohh silly me, I just found it:
here we go:
User | Count |
---|---|
11 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
10 | |
8 |