Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |