Forum Discussion
Need Help on My Dax
- 2 years ago
Anonymous
it should be like this, but i am not sure if this works since the previous DAX is not working as you said.
Column =
SWITCH(
TRUE(),'table'[Variance]='table'[Revenue],"Sales But No Cost"
)Otherwise please provide you sample data/table or pbix (remove confidential information).
Thank you.
Hi,
Can you help me to create dax that will make "Sales But No Cost" if both variance and revenue are the same value because it will reference to the same table?
I used the dax below but it won' work
'table'[Variance] = table[Revenue]
Anonymous
it should be like this, but i am not sure if this works since the previous DAX is not working as you said.
Column =
SWITCH(
TRUE(),
'table'[Variance]='table'[Revenue],"Sales But No Cost"
)
Otherwise please provide you sample data/table or pbix (remove confidential information).
Thank you.