Forum Discussion
Powerbi dax
- Anonymous4 years ago
- Anonymous4 years ago
Hi ,
I created a sample pbix file(see attachment) for you, please check whether that is what you want. You can create a measure as below to get it by using DISTINCTCOUNT function:
Number of employees = DISTINCTCOUNT('Table'[EMPLOYEES])If the above one can't help you get the desired result, please provide more sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards
2 Replies
- AnonymousNot applicable
- AnonymousNot applicable
Hi ,
I created a sample pbix file(see attachment) for you, please check whether that is what you want. You can create a measure as below to get it by using DISTINCTCOUNT function:
Number of employees = DISTINCTCOUNT('Table'[EMPLOYEES])If the above one can't help you get the desired result, please provide more sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards