Forum Discussion
Anonymous
6 years agoNot applicable
parameterize column based on customer request
Hi im new in powerbi , i use to make report in tableau, in tabluea its possible to create parameters and use it in formula, how can i implement it in powerbi, for more clearfition look at below desc...
v-xuding-msft
6 years agoCommunity Support
Hi Anonymous ,
I'm not clear about the error message. Maybe you could have a try like below.
Column = IF('An'[Measure] = True,1,2)
If it can't work, please share a dummy pbix file or some sample data. Then we will understand clearly.
Anonymous
6 years agoNot applicable
Hi,
problem is when i change the filter in data slice. result is same(there is no diffrenece between true and false)
result is same , it seems powebil couldnt identify result of
if( 'Anonymize'[Measure]= "True" , ...)