Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello, I have two visualizations and I need to get the value from each one and calculate them as a percentage then show the results on a third visualization as below screen:
The Measure should be : (the value 1 from visualization B) /(the value 1 from visualization A) and so on.
Solved! Go to Solution.
Here's a basic guideline:
Create Visualizations A and B:
Identify the Data Fields:
Create Calculated Columns or Measures:
Create a New Measure for the Percentage Calculation:
Percentage = DIVIDE([Value_B], [Value_A], 0)
Create the Third Visualization:
Place the Measure in the Third Visualization:
Format the Visual:
Adjust Interactions (Optional):
Review and Test:
Remember, the specifics of these steps may vary based on the nature of your data and the visualizations you are working with. Make sure to adapt the steps to fit your specific use case in Power BI.
Here's a basic guideline:
Create Visualizations A and B:
Identify the Data Fields:
Create Calculated Columns or Measures:
Create a New Measure for the Percentage Calculation:
Percentage = DIVIDE([Value_B], [Value_A], 0)
Create the Third Visualization:
Place the Measure in the Third Visualization:
Format the Visual:
Adjust Interactions (Optional):
Review and Test:
Remember, the specifics of these steps may vary based on the nature of your data and the visualizations you are working with. Make sure to adapt the steps to fit your specific use case in Power BI.
User | Count |
---|---|
11 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
25 | |
19 | |
16 | |
10 | |
7 |