Forum Discussion
asdf1608
Helper V
3 years agoFacing problem in converting tableau calculated column to Power BI
I need to convert this tableau measure to Power BI.
to use parameter and filter
How do I achieve this in Power BI.
see attached. Using measure as visual filter.
3 Replies
- lbendlin
Super User
SWITCH ([Parameter1],
"Only open", CALCULATE(something,not [column1] = "Closed"),
"All", CALCULATE(something, [column1] in { "Closed","Open","------"})
)