Forum Discussion

asdf1608's avatar
asdf1608
Icon for Helper V rankHelper V
3 years ago
Solved

Facing 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.

3 Replies

  • SWITCH ([Parameter1],

    "Only open", CALCULATE(something,not [column1] = "Closed"),

    "All", CALCULATE(something, [column1] in { "Closed","Open","------"})

    )

    • asdf1608's avatar
      asdf1608
      Icon for Helper V rankHelper V

      There is nothing to calculate in that. I tried to use that field but it is not working.

      I have attached a sample PBIX file.

      sample.pbix.

      Please help me in this.

      Thanks in advance