Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
This is what the output should be:
I need to display all the sales orders which have been invoiced along with their order qty, sales qty, sales invoice value and product.
| Sales Order | Product Description | PO Number | Sold-to pt | Order qty | Material | Customer Name | Item | Invoice Qty | Net Value |
| 222 | XYZ | P77 | 111 | 6 | 457 | YYY | 10 | 64 | 66.24 |
| 222 | ABC | P77 | 123 | 6 | 456 | YYY | 20 | 64 | 70.98 |
But I am getting aroud 20 rows for just for the first record.
This is my data model -
I have tried to merge and group the tables as well but always get duplicate records in the table. Even tried to create unique keys by combining colums (Sales document no. and material code).
Any help in this matter would be highly appreciated. I am stuck with this for 1 week now.
OK, so I've given this a shot, though I cannot really be sure if the outcome is what you expect.
The first thing to point out is that the problems are probably caused by the many-to-many relationships you have between your :
- Delv Track and Sales Order table
- Customer Master and Sales order table.
With the data you sent me, I have set the model up like this:
And this is the table based on your example:
I've included the PBIX file
Proud to be a Super User!
Paul on Linkedin.
any chance you can share a sample PBIX file (or dataset) to play with?
Proud to be a Super User!
Paul on Linkedin.
@PaulDBrown You can download the sample excel files from here - https://drive.google.com/drive/folders/1Xh1ospXqhYzp3jp3gcz-L_XFMbqi-iqd?usp=sharing
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 51 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 64 | |
| 39 | |
| 33 | |
| 23 |