Forum Discussion
itsmebvk
4 years agoContinued Contributor
Distinct count based on selected date range DAX?
Hi Experts, Is there any way to get distinct count of "User Logins" based on selected date range, we can solve it using simply using the column and change the aggregation type distinct count. But...
- 4 years ago
Thanks for your inputs team. I am able to resolve this issue using Calculated table with different granularity.
Jihwan_Kim
4 years agoSuper User
Hi,
Please try to write the below measure, and put it into the card visualization.
And, please check the attached file.
User Name Count: =
DISTINCTCOUNT('Fact'[User Name] )
itsmebvk
4 years agoContinued Contributor
Thanks for your inputs team. I am able to resolve this issue using Calculated table with different granularity.