Forum Discussion
vnicholl
4 years agoHelper II
Applying 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
4 years agoSuper User
HI 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 agoHelper II
I am new to Power BI Desktop. Where would I put in a measure?
- VahidDM4 years agoSuper 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/