Forum Discussion
CMajka8
Helper II
3 years agoFormat 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
- ERD
Community Champion
CMajka8 , use FORMAT function. This article describes the cases you've mentioned: https://dax.guide/format/