Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

Tableau parameter in PowerBI

Hi,

 

I would like to give my users ability to see the report from different perspectives. A drop down with the dimentions should let them swap.  For e.g. below will be the values in the parameter.

 

Region
Country
State
Customer

In tableau i would create a string parameter and use this parameter in the calculated field and then that calculated field will be used in the visuals , so when i change the value in the Parameter Dropdown the Dimention on the visual changes.. Below is the example  of joining using the parameter...

CASE Parameter

When "Region" Then Region(Dimention)

When "State" Then State(Dimention)

When "Country" Then Country (Dimention)

When "Customer" Then  Customer(Dimention)
END

6 Replies