Forum Discussion
Dax Help
Hi All,
Can anyone guide me, why I'm getting this error..
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
- PowerBIBeginerHelper V
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_DecklerCommunity 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.