Forum Discussion

EmilieRuff's avatar
EmilieRuff
New Member
9 months ago
Solved

Data formatting issue

Quick question but I have a feeling it might not be possible.    I am using an excel source document with columns. One column holds the data. The other columns are for filtering purposes. The data ...
  • pankajnamekar25's avatar
    9 months ago

    Hello EmilieRuff 

     

    USE DAX for dynamic formatting

     

    Formatted Value =
    IF(
    SELECTEDVALUE('Table'[Type]) = "Percentage",
    FORMAT([Value], "0.00%"),
    FORMAT([Value], "0.00")
    )

     


    If my response helped you, please consider clicking
    Accept as Solution and giving it a Like 👍 – it helps others in the community too.


    Thanks,


    Connect with me on:

    LinkedIn