The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I want to distinctcount of 8999294758_4748747 which is in text format.
now this distinctcount display I want to be separated with comma eg. final count is 3991 so I want 3,991 in this format
when I convert this text to the whole number this gives an error any other solution DAX
Hi @adityavighne ,
The value of Distinctcount() function should be number. It looks like you used Format function to force thousands separator for the distinct count value, right?
Please keep the DAX of distinctcount only, at this time, the returned values are numbers. Then select the measure/column then enable Thousands Separator.
Best Regards,
Qiuyun Yu
Thanks for the reply.
Hi @adityavighne,
If my reply is helpful for you to resolve the issue, would you please mark a helpful reply as an answer so we can close this thread?
Best Regards,
Qiuyun Yu
Thanks for the reply.
This was not what I want.
I solved this creating measure of the same column and then using ( , ) formatting for values and it's working.
Thank you!
Regards,
Aditya
User | Count |
---|---|
83 | |
82 | |
34 | |
33 | |
32 |
User | Count |
---|---|
93 | |
79 | |
62 | |
54 | |
51 |