Forum Discussion
CMajka8
2 years agoHelper II
Format columns using DAX
Hello -
Is it possible to format the columns inside this table expression using DAX? For example, "CTR" should show as a % with 2 decimal places and "CPC" should show as a dollar am ount with 2 decimal places.
Thanks
4 Replies
- ERDCommunity Champion
CMajka8 , use FORMAT function. This article describes the cases you've mentioned: https://dax.guide/format/