Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I am working on a visual report for my Power Bi project, where I have a table matrix with numerous columns in it. I want to make sliders that works a weigh metric that changes the values in these columns. These columns are made up of the following.
Column A,
Standardized Column A
Column B
Standardized Column B
Column C
Standardized Column C
Relative Column ABC
Ranking of Relative Columns ABC
My goal is to have a slider that adds a calculated weight to columns A,B,C and by changing the weight on this slider, this causes a trickle down effect where it changes the Standardized Column A,B, and C, Relative Columns ABC, and the Ranking of the Relative Columns ABC.
The goal is to have these values change on the table the matrix, which serves as a filter for all other visuals on the panel.
I have been able to create a parameter that works for changing the values in column on the table matrix, however I am unable to get this to have the trickle down effect.
Has anyone ever created a slider that works like this?
Yes, you can achieve this in Power BI by creating a parameter and using it in calculated columns or measures that are then used in your table matrix. Here's a general outline of how you can set this up:
Create a Parameter:
Create Calculated Columns or Measures:
Standardized_Column_A = YourTable[Column_A] * YourParameter[WeightParameter]
Create a Hierarchy or Dependency:
Use the Calculated Columns/Measures in the Table Matrix:
Create Relationships:
Add the Parameter Slider to the Report:
Test the Slider:
Make sure that you have a clear understanding of your data model and the relationships between tables. If your calculations involve complex logic, you might need to write more sophisticated DAX expressions.
Additionally, Power BI's community forums and documentation are valuable resources where you can find examples and ask specific questions related to your scenario.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
In case there is still a problem, please feel free and explain your issue in detail, It will be my pleasure to assist you in any way I can.
Yes, you can achieve this in Power BI by creating a parameter and using it in calculated columns or measures that are then used in your table matrix. Here's a general outline of how you can set this up:
Create a Parameter:
Create Calculated Columns or Measures:
Standardized_Column_A = YourTable[Column_A] * YourParameter[WeightParameter]
Create a Hierarchy or Dependency:
Use the Calculated Columns/Measures in the Table Matrix:
Create Relationships:
Add the Parameter Slider to the Report:
Test the Slider:
Make sure that you have a clear understanding of your data model and the relationships between tables. If your calculations involve complex logic, you might need to write more sophisticated DAX expressions.
Additionally, Power BI's community forums and documentation are valuable resources where you can find examples and ask specific questions related to your scenario.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
In case there is still a problem, please feel free and explain your issue in detail, It will be my pleasure to assist you in any way I can.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |