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
Hello,
I am looking to create a multi dimensional graph. My data looks like this:
| Target 1 | Target 2 | Results |
| -0.5 | 10 | 15 |
| -0.4 | 9 | 12 |
| -0.3 | 12 | 13 |
| -0.2 | 5 | 11 |
| -0.1 | 6 | 10 |
| 0 | 5 | 8.9 |
| 0.1 | 3 | 7.8 |
| 0.2 | 8 | 6.7 |
Target 1 needs to be on X Axis and Target 2 on Y axis. Results are the values.
Is it possible to do this?
Thanks & regards,
Aditya
Solved! Go to Solution.
Hi Kalyj,
I am looking for a graphical solution rather than the matrix visual. I solved it myself though. Had to create a measure for target 1. Used Min(Target1) and plotted it using scatter plot.
Hi @adityamalik1234 ,
According to your description, certainly you can do it in a matrix visual, but not sure if this is your desired result, maybe I understand incorrectly.
I attach my sample below for reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Kalyj,
I am looking for a graphical solution rather than the matrix visual. I solved it myself though. Had to create a measure for target 1. Used Min(Target1) and plotted it using scatter plot.
Hi @adityamalik1234 ,
Glad your problem has been resolved. If you don't have other problems, would you mind accept your reply as solution? Then we are able to close the thread. More people who have the same requirement will find the solution quickly and benefit here. Thank you.
Best Regards,
Community Support Team _ kalyj
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 |
|---|---|
| 44 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 31 | |
| 26 | |
| 25 |