Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello Good day ladies and gentleman,
I'm facing this total sum issue for my table visual.
I've this 4 tables with multiple columns. Lets call it Table A,B,C,D
A(1<->*)D, A(1->*)C ,B(1->*)C
Primary key - ID
note- Table D is the sales table and its ID key is in the form, ID1, ID2, ID1_ID2_3, ID4, ID5_ID6 etc. but for the remaining tables IDs are in the form ID1, ID2, ID3, etc.
So, now when I pull columns from all these 4 tables the table visual should look something like
BID(tableC) mfg.site(tableC) ID(tableA) category(tableB) sales(tableD)
BID1 greece ID1 catA 54
BID2 turkey ID1 catB 7
BUT
Im getting
BID(tableC) mfg.site(tableC) ID(tableA) category(tableB) sales(tableD)
BID1 greece ID1 catA 61(54+7)
BID2 turkey ID1 catB 61(54+7)
Why is this happening? And what are the next steps should I take to get the desired output? i.e sales for individual mfg site?
Thanks for reading this. Much appreciated
Please ask me questions for further clarification.
Solved! Go to Solution.
@noisyboey10 Looks like there is a datamodel issue. Table primary keys and foreign keys might not be matching.
let me have some sample data then I can resolve , becasue the data point shown in the explanation is bit confusing.
Proud to be a Super User!
Hi @noisyboey10
Thank you for reaching out to the Microsoft Fabric Forum Community.
@VijayP Thanks for the inputs.
As suggested by user,
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Please show the expected outcome based on the sample data you provided.
Need help uploading data?
How to provide sample data in the Power BI Forum - Microsoft Fabric Community
Thanks.
Hi @noisyboey10
Thank you for reaching out to the Microsoft Fabric Forum Community.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Please show the expected outcome based on the sample data you provided.
@noisyboey10 Looks like there is a datamodel issue. Table primary keys and foreign keys might not be matching.
let me have some sample data then I can resolve , becasue the data point shown in the explanation is bit confusing.
Proud to be a Super User!
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.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 64 | |
| 31 | |
| 29 | |
| 24 |