Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi all
Would it be possible to reference one field (number value) that was calculated through a matrix in another page?
E.g. one value calculated in the matrix is '1.5', how do I reference (like in Excel) that value to make it show up in another page through a card or other type of vizualisation.
Thank you in advance!
kind regards
Solved! Go to Solution.
Hi @nicolver,
The matrix is a visual which is different from the Excel cell, which can't be located. So we are not able to reference matrix value in another report page directly. In your scenario, you can create a measure to return desired values then display in another report page.
Measure = calculate(sum([Opening Balance]),filter(ALL('Table1'),'Table1'[Account Type Description]="Left"))
Best Regards,
Qiuyun Yu
No, we can't. But you can create a measure which will display the same value as a matrix.
What's logic involved in the matrix? Can you provide more details?
Hi Sunkari, thank you for your response. Much appreciated. In the pictures you can find one of the less complex examples of a matrix I have made.
Say for example, this matrix is generated on the 'general ledger' page. In the 'Summary' page however, I want to highlight the value 45,685,016.15 (automatically), this is the opening balance of account type Bank.
How would I go about doing this? I know this can be recalculated, but it would be very time-intensive to do those calculations twice as there are a lot.
Hi @nicolver,
The matrix is a visual which is different from the Excel cell, which can't be located. So we are not able to reference matrix value in another report page directly. In your scenario, you can create a measure to return desired values then display in another report page.
Measure = calculate(sum([Opening Balance]),filter(ALL('Table1'),'Table1'[Account Type Description]="Left"))
Best Regards,
Qiuyun Yu
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
80 | |
60 | |
35 | |
35 |
User | Count |
---|---|
100 | |
62 | |
56 | |
47 | |
41 |