Forum Discussion
Mdived
1 year agoFrequent Visitor
Number Format not changing in Power BI
Hi Team, I am preparing the report with simple chart with month number with reporting value. I have filed / measure called Reporting value. And, i would like to show the value in Million. Ex: If v...
- 1 year ago
Mdived Try:
FORMAT( [Column1], "###,###,###", "en-US" ) - Anonymous1 year ago
Hi Mdived ,
Your solution is great, Greg_Deckler . It worked like a charm! Here I have another idea in mind, and I would like to share it for reference.
You can separate the numbers in table view by selecting the columns you want to change and clicking on the commas in the COLUMN TOOLS.
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Greg_Deckler
Community Champion
1 year agoMdived Try:
FORMAT( [Column1], "###,###,###", "en-US" )