Forum Discussion

refint650's avatar
refint650
Icon for Helper III rankHelper III
4 years ago
Solved

SQL Group b to Dax measure for row count

Hello how to translate this sql group by condition to dax measure to find distinct employee count based on selected value from slicers select distinct id, name, date, location, count(1) from table ...