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 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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |