Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello Everyone, I'm trying to connect data from a certain certificate which looks like this:
The table for which value is related to each class:
Class | Bending [N/mm2] | Compression [N/mm2] | Holding load [N] | Conduction | Fire-proof |
1 | 5 | 2 | 4 | no | no |
2 | 10 | 4 | 5 | yes | yes |
3 | 20 | 8 | 6 | ||
4 | 40 | 20 | 7 | ||
5 | 80 | 40 | 8 |
Then I have a table of products that comply with the certification, looking as follows:
Article | Bending [N/mm2] | Compression [N/mm2] | Holding load [N] | Conduction | Fire-proof |
ABC-X | 2 | 1 | 4 | 1 | 1 |
DEF-Y | 3 | 1 | 4 | 2 | 1 |
I want to connect the tables in such a way that the number in the bottom table, corresponds with the number in the upper table. In Excel I would probably do this with some sort of INDEX MATCH but I have to find a way to do this with relationships I think.
Am I doing it with the right approach or do you have suggestions? Thank you!
From what I understand, you want to create a model where the item has the certification class, but doesn't present the physical data. I would split the certification table into several tables, each with its own class requirements ('Bending Cert' table with [Class] and [Bending] fields and so on), and conect each table to the item one in the model.
The second option would be merge the tables several times (one for each requirement) and then expand the requirement. This option would be more repetitive and you'd have to review the steps if a new certification appeared, while the other way you just have to make a new connection.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.