Forum Discussion
PowerBiTech
2 years agoFrequent Visitor
convert tableau parameter into power Bi
Hi, I have to migrate a tableau parameter into power bi. In dropdown its display as "Include" and "Exclude" and values are 1 , 0. and datatype should be whole number. How to achive this in p...
parry2k
2 years agoSuper User
PowerBiTech it depends where you are going to use it, if it is going to be used as a slicer, you can create a table with two columns, display as and value, use display as in the slicer and the following measure to get the value:
Measure = SELECTEDVALUE ( YourTable[ValueColumn] )