Forum Discussion
bryanfungurai
5 months agoNew Member
undefined
I have two matrix visuals in Power BI that I want to display together. Each matrix scrolls independently, and the tables behind them do not share a common key. I need a way to combine or join these m...
- 5 months ago
Power BI does not support synchronized scrolling between two separate matrix visuals. Each one will scroll independently. If the goal is one single matrix then you need to reshape the data first.
If the two datasets are completely unrelated but you still want them shown in one visual, you can create a disconnected helper table that defines the row labels you want, then use measures to return values for each section.
Typical pattern:
- create a layout table with rows like Metric A, Metric B, Metric C
- create measures that return values from table 1 or table 2 depending on the selected row
v-veshwara-msft
4 months agoCommunity Support
Hi bryanfungurai ,
Just wanted to check if the responses provided were helpful. If further assistance is needed, please reach out.
Thank you.