Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
10 | |
6 |