This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Dear all,
I would like to display the quantity for each item/customer, but the report gives me the total sum of quantity. How to figure it out?
Please note that I need link the quantity to each Item & its correspondant Customer (so 2 conditions at the same time).
Here is the link of a sample pbix file and a picture to show you more details:
https://1drv.ms/u/s!AnbNXrfr-X8jduITO752HHE1mOE?e=9IW0Ls
Thanks and best regards
Rachel
Solved! Go to Solution.
Hey @EZV12 ,
the reason is the data model.
You are using the columns from the table 'Customer Remarks'. That table is on the many side in a unideirectional one to many relationship.
This means when you use columns from that table it cannot filter other tables. Actually only the two tables ITEM and Customers can filter the table 'Customer Remarks', but 'Customer Remarks' cannot filter other tables, it's a dead end:
If you change that in your table and use the columns from the table 'Customers', it can filter the tables Sales and 'Firm Order':
So use the column from the table Customers and you will see numbers:
Hey @EZV12 ,
the reason is the data model.
You are using the columns from the table 'Customer Remarks'. That table is on the many side in a unideirectional one to many relationship.
This means when you use columns from that table it cannot filter other tables. Actually only the two tables ITEM and Customers can filter the table 'Customer Remarks', but 'Customer Remarks' cannot filter other tables, it's a dead end:
If you change that in your table and use the columns from the table 'Customers', it can filter the tables Sales and 'Firm Order':
So use the column from the table Customers and you will see numbers:
Dear Denis,
Wonderful! It works!
Many thanks for your help!
Best regards
Rachel
Hi @EZV12 ,
Switch to use a Matrix visual from current table visual. Use the cutomer under row headers and values under values section.
Thanks,
Dheeraj
Thanks for your reply, however, it doesn't work.
Regards
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 49 | |
| 47 | |
| 41 | |
| 21 | |
| 19 |