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.
Hi,
I'm struggling to connect my data from two different tables for my measurement.
Can anyone help me with this?
Please try the following DAX:
Worth to mentioning, I did not change the relationship therefore still using many to many relationship.
I'm trying to get a percentage though, so basically
Events per Supplier/Amount per Supplier
Sorry,
I'm not getting what you need, if you divide events per supplier by amount delivered this would give you a really low number
If you can put this in excel and show me the desired output I will be more than happy to help.
Yes, my bad I should have clarified! The numbers should be low very low, and PowerBI will show these numbers with scientific notation, but with my calculation it showed all suppliers as having the same percentage.
Ohhh, I understand.
You can try the following measure:
Okay I was able to get that calculation to work, but whenever I go to filter by the supplier name it stops working. I think theres an issue with my model view connections.
I actually created a table with all of the Supplier Names with no duplicates and it still wants to create a Many:Many relationship
For example, if I took the amount of events I had (15) and divided it the total amount delivered*100 I'd get a percentage, what I want to figure out is how to display this percentage for each unique supplier.
Hello,
Not sure if I understand correctly,
My advice would be creating a separate table with the name of the suppliers and connect it to the fact tables to generate one to many relationships.
If you could share a dummy file with some examples it would be great for a better understanding.
Let me try creating a new table with the supplier names, but this is basically what my data looks like:
My "Amount Delivered" data is basically Units/Lbs, so what I'm trying to do is figure out how many Events happen per Unit/Lb (Amount Delivered)
EventID | Supplier Name |
1 | Supplier A |
2 | Supplier A |
3 | Supplier A |
4 | Supplier B |
5 | Supplier B |
6 | Supplier B |
7 | Supplier B |
8 | Supplier B |
9 | Supplier B |
10 | Supplier C |
11 | Supplier C |
12 | Supplier D |
13 | Supplier D |
14 | Supplier D |
15 | Supplier D |
Amount Delivered | Supplier Name |
1551431 | Supplier A |
143454 | Supplier A |
16786 | Supplier A |
34 | Supplier B |
65342 | Supplier B |
32677 | Supplier C |
57777 | Supplier C |
32111 | Supplier C |
567788 | Supplier D |
22223 | Supplier D |
4456 | Supplier D |
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.