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:
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
19 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
25 | |
10 | |
10 | |
9 | |
6 |