Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I have a "Text" column in my report and have formatted it as a Count (Deal Count #).
Is there a way i can add "," to the column like the number should look like 1,240 and the total like 178,994?
Regards,
Himanshu
Solved! Go to Solution.
@Anonymous , refer if this can help you to format
https://docs.microsoft.com/en-us/power-bi/desktop-custom-format-strings
or a measure like format([Deal Count#],"#,###.#")
@Anonymous , refer if this can help you to format
https://docs.microsoft.com/en-us/power-bi/desktop-custom-format-strings
or a measure like format([Deal Count#],"#,###.#")
Hi Amit,
Yes a measure will work fine I know but just wanted to know if there is another solution without creating a measure as creating a measure everytime is not a solution is i have multiple columns in my report.
Regards
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 28 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 74 | |
| 63 | |
| 40 | |
| 23 | |
| 22 |