Forum Discussion
vnicholl
Helper II
4 years agoApplying changes to queries
I have a production table that I'm creating a report in for power bi desktop. I have a field that is numeric, like 2332, and if it has decimals it shows the places 323.22. My question is, I want...
VahidDM
Super User
4 years agoHI vnicholl
Can you use measure? if yes, try this measure:
Measure = format(MAX('Table'[Column1]),"$##.00")
output:
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
- vnicholl4 years ago
Helper II
I am new to Power BI Desktop. Where would I put in a measure?
- VahidDM4 years ago
Super User
Hi vnicholl
Check this link:
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/