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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi everyone
I have three tables
Table 1 -> Document number and document value
Table 2 -> Document number and customer
Table 3 -> Customer and customer detail
Tables are connected this way:
And I want to show Customer detail and document value, but it is just not working.
Here the link to download a sample pbi:
Anyone can help me?
Thanks a lot!!!
Hi @HitcH
Your Power BI is working fine (removing the first row of table 2 and 3 for sure). But the problem is that if you don't have any kind of index column or date to distinguish data, so it will work in the way it is doing.
If you include in your Document Customer the last line, you get this:
A | aa |
B | bb |
C | cc |
D | dd |
E | ee |
F | ff |
A | aa |
A | aa |
C | cc |
F | ff |
A | ff |
Anyway, I don't really know what you are trying to achieve
I'm trying to achieve a table that only includes customer detail (big medium and small) and value.
If I add the document inside the table it is working, but in my real data base I have over 3.000 documents, so I cannot read such a huge table, I just need to summarize them by "customer detail" field.
I'd like to only see this (but with the correct values of course):