Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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 |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
8 | |
6 |