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! Learn more

Reply
Anonymous
Not applicable

Visualising results and limits in one visual

Dear,

I receive Certificats of Analysis that are preprocessed by Sharepoint Syntex ((since it is a huge number...). 

On these certificates, I can see the respective results for each delivery like in the given table.

pdeubner_0-1619597256945.png

I was able to have a good visualisation of these results. However, I wouls also like to see the specified limits of the corresponding grits (coloumn "Körnung"). 

 

These limits are specified by grit ("Körnung") and type of grain ("Kornart"). And build up like this:

pdeubner_0-1619599226649.png

From my first assumption, I would need (at least one) further table, but can anyone point me in the right direction on how to proceed afterwards?

 

Thank you for your support,

regards

Philip

1 ACCEPTED SOLUTION
v-yingjl
Community Support
Community Support

Hi @Anonymous ,

You can unpivot your types columns in power query, close and apply into power bi dekstop.

Create two measures like this:

Lower = MIN('Unpivot table'[Value])
Upper = MAX('Unpivot table'[Value])

The table would be like this in a Matrix visual:

matirx.png

 

Best Regards,
Community Support Team _ Yingjie Li
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

2 REPLIES 2
v-yingjl
Community Support
Community Support

Hi @Anonymous ,

You can unpivot your types columns in power query, close and apply into power bi dekstop.

Create two measures like this:

Lower = MIN('Unpivot table'[Value])
Upper = MAX('Unpivot table'[Value])

The table would be like this in a Matrix visual:

matirx.png

 

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

Anonymous
Not applicable

Hi @v-yingjl ,

thank you for your support. After trying your approach, I ran into issues, since a unpivoting of any coloumn lead to errors in the corresponding tables.

So I solved this by using a LOOKUPVALUE DAX.

However I believe that your answer would have solved my challenge - if I had been able to track the error down.

Thank you,

best regards

Philip

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