Skip to main content

Power BI

New

Dynamic Variable/Parameter (Tableau feature)

Vote (29) Share
Eugene's profile image

Eugene on 18 Jan 2017 04:09:53

Having some variable element which works as a place holder or switch to activate different measures based on a selection made.
Example: I have a plot for this switch variable over time. With a slicer or drop down selection that variable can take the values of Sales when "Sales" is selected, profit when "Profit" is selected", inventory...
This is also useful for adjusting legends and other categorical breakouts to gain insights into data quick and visually.

Comments (4)
Eugene's profile image Profile Picture

25f521b4 e4ea-4ee3-93cb-0a4754619072 on 06 Jul 2020 00:00:07

RE: Dynamic Variable/Parameter (Tableau feature)

Tableau allow creation of unlimited variable of any sort. Basic idea guys!!!!

Eugene's profile image Profile Picture

607a0bc9 0f20-4197-8bee-e79a55d7d5ee on 05 Jul 2020 23:07:07

RE: Dynamic Variable/Parameter (Tableau feature)

Here is a short note on how to create dynamic parameter in PowerBI: http://www.dabis.solutions/2017/12/how-to-create-dynamic-parameter-in.html

Eugene's profile image Profile Picture

19e02839 7dca-4c8e-973a-5eb7ff3d281a on 05 Jul 2020 23:06:46

RE: Dynamic Variable/Parameter (Tableau feature)

This would be great to have for dynamic dimensions as well. Measures seem to be a lot more efficient to work with. Having something where creating dynamic dimensions would be really helpful!

Eugene's profile image Profile Picture

3796b4e6 f827-4de1-95a5-43a724e8d6ee on 05 Jul 2020 22:59:52

RE: Dynamic Variable/Parameter (Tableau feature)

Having dynamic variable names based on formulas would help my organization.

Example: I use formulas for sales in the last "x" years. Instead of being able to name "2015 Sales" I have to name it "Sales 2 Years Ago", which is clunky and forces the end-user to convert my name into a year.

Solution: Variable Name as: =year(today () )-2 & " Sales"