Forum Discussion
prudhvi_kumar
4 years agoNew Member
Logical DAX Expressions
table A A B C D True false True false More than 100 columns i have like this, where True , False are there i need "yes" or "no" over there.Without create new columns is it possibl...
johnt75
4 years agoSuper User
Can you use power query instead of DAX? You could transform the data during load changing TRUE to Yes and FALSE to No.
prudhvi_kumar
4 years agoNew Member
Hi johnt75
I Agree. But i have 100 columns. when i use DAX 100 extra columns will create over there(through using SWITCH/IF) is there any other option to write mesuare for all togather in one shot?