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
Hi,
Any help with this, I would really apprecaite it.
I have this 3 Matrix table
I want to get the percentage of the two numbers highlighted in yellow in another matrix table right under this one.
any quick way to do this? for the first matrix, Rows is from a table 'GIACT_CODE_DESC'[MESSAGE_FOR_OPS], Columns is from DimDate Table and Values is from Table 'Submitted_Policies'[POLICY_NUM] and same with the third Matrix.
HI @fbostan1,
You can't directly calculate across different visuals, they have particular row context based on filter effects.
If you want to calculate these differences, you need to manually aggregate records with similar filter effects and category groups to restore corresponding row context to calculate with the current expressison.
All the secrets of SUMMARIZE - SQLBI
Regards,
Xiaoxin Sheng
Assumin the values displayed are the measure [Values]
Try
% over all Message_for_ops =
VAR _All =
CALCULATE ( [Values], ALL ( Table[MESSAGE_FOR_OPS] ) )
RETURN
DIVIDE ( [Values], _ALL )
Proud to be a Super User!
Paul on Linkedin.
I figured that part out, I just updated my question.
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 |
|---|---|
| 43 | |
| 37 | |
| 35 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 58 | |
| 29 | |
| 27 | |
| 25 |