Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.