Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
X Y
1 2
3 4
5 6
Does anyone know if there is a way to use the columns of the matrices. For example using Y to divide X, and get a third column?
Solved! Go to Solution.
Hi @kitala11 ,
You can use columns in Matrix visual to carry on division by creating three Measure.
In the sample, there are item, X, and Y columns in a table called matrix. They are used to build Matrix visual.
Three Measure:
MX = SUM(matrix[X])
MY = SUM(matrix[Y])
divide = matrix[MY]/matrix[MX]
The result looks like this:
Best Regards,
Caiyun Zheng
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @kitala11 ,
You can use columns in Matrix visual to carry on division by creating three Measure.
In the sample, there are item, X, and Y columns in a table called matrix. They are used to build Matrix visual.
Three Measure:
MX = SUM(matrix[X])
MY = SUM(matrix[Y])
divide = matrix[MY]/matrix[MX]
The result looks like this:
Best Regards,
Caiyun Zheng
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Are X and Y columns in your table? If so, you can just add a custom column in the query editor with
= [X]/[Y]
Or you can do it with a DAX calculated column, or with a measure. Please describe your situation further if the above isn't what you need.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
No they arent. Those columns are produced with the matrice. So what I really what to know is as I mentioned. If it is possible to calculate Y/X for example. With the columns produced by the matrice directly or I'd have to go another sort of roundabout way
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 30 | |
| 26 | |
| 25 |