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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
James_Gillespie
New Member

Creating a Matrix Table that shows constant values on the first to columns then values by date.

Hello, I'm trying to create a matrix, (or another visual) like what is shown below. 

James_Gillespie_2-1593191311259.png

 

Where the first 3 columns show what is being measured, the low and hig control limits. Then the actual data points.

 

I currently have the table showing me the parameter and the data points but I'd really like to include the limits on the table. As shown below. 

James_Gillespie_1-1593191286520.png

Any tips on how how to accomplish this task? 

 

I have two incoming queries. One with the "parameter", date, and values. The second with the "parameter" and high and low limits. They are related by the "parameter". 

 

 

1 ACCEPTED SOLUTION

Amy, 

Thanks for your ideas. I was able to use the drill down to display what I wanted after some changes in formatting. 

 

Here is a link to the site that guided me through the process: https://www.burningsuit.co.uk/blog/2019/04/7-secrets-of-the-matrix-visual/

View solution in original post

4 REPLIES 4
v-xicai
Community Support
Community Support

Hi @James_Gillespie ,

 

Currently, it is not supported to display multiple columns or measures in the first column of Matrix visual. And the Drill down  mode which put multiple columns or measures into the same Columns or Values box of Matrix may be not your demand.

 

As workaround, you may create a tooltip for the Matrix visual, which displays [Low Limit] , [High Limit] and [Parameter] using Table or Matrix visual. See more:Create tooltips based on report pages in Power BI Desktop.

 

Best Regards,

Amy 

 

Community Support Team _ Amy

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Amy, 

Thanks for your ideas. I was able to use the drill down to display what I wanted after some changes in formatting. 

 

Here is a link to the site that guided me through the process: https://www.burningsuit.co.uk/blog/2019/04/7-secrets-of-the-matrix-visual/

nvprasad
Solution Sage
Solution Sage

Hi,

 

Create a calculated table of date, PH & Conductivity columns then add limits using union and rows function to the calculated table as two more data points. 

 

This way you can get the expected output.

 

Appreciate a Kudos! 🙂
If this helps and resolves the issue, please mark it as a Solution! 🙂

 

Regards,

Venkata Nalla

Did I answer your question? Mark my post as a solution! Appreciate your Kudos.
Follow me on LinkedIn.

Venkata, 

 

I'm sure that your solution would work if I was more familiar with coding. But I figured how to do it another way. 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors