Forum Discussion

PowerBIBeginer's avatar
5 years ago
Solved

Dax Help

Hi All,

Can anyone guide me, why I'm getting this error.. 

  • Greg_Deckler's avatar
    Greg_Deckler
    5 years ago

    PowerBIBeginer I believe you are getting that because your second parameter in your FILTER clause is unfinished. You don't have a logical construct there like [column] = "xyz". 

     

    Also, your first CALCULATE is entirely pointless.

2 Replies

  • What I'm trying to do is, I want to use this dax value on Line and stack column chart. Once I get this value I want to put this on Line Values and then I wanted to show automatically % every month on month.. Month I've already taken on Shared Axis.. but not sure how that will automatically replicate on this graph.. Please guide

    • Greg_Deckler's avatar
      Greg_Deckler
      Community Champion

      PowerBIBeginer I believe you are getting that because your second parameter in your FILTER clause is unfinished. You don't have a logical construct there like [column] = "xyz". 

       

      Also, your first CALCULATE is entirely pointless.