This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is now in read-only for platform upgrade. Learn more
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.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 14 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 47 | |
| 39 | |
| 24 | |
| 20 | |
| 20 |