Forum Discussion

corange's avatar
corange
Post Patron
6 years ago
Solved

Formatting based on condition DAX

Hi Team,    I have played with my data set so I could manipulate the Matrix view a bit more.    I have unpivot a table using two columns so now i have got :    Column "Category" where I have jo...
  • Greg_Deckler's avatar
    Greg_Deckler
    6 years ago

    Seems like it should be along the lines of:

     

    Column = IF([Attribute] = "REVENUE",CONVERT([Value,CURRENCY),[Value])