Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
nicolver
New Member

Reference fields/numbers in matrix created in other page

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

 

 

 

1 ACCEPTED 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

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Sunkari
Responsive Resident
Responsive Resident

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?

Capture1.JPGCapture2.JPG

 

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

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.