The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi folks,
I have 3 tables:
The Single Bom Table and Open Sales Table are both connected with a one to many relationship to the Parts Table.
The problem is that we have sales on parts that are not on the bill of material table because we source them already assembled. When i use the BOM# from the Parts table, it iterates through every single child part. I think this is because AAO-5586-01 does not have child parts.
What i want is for the parent to only show its child parts. If a BOM# does not have a child part, then i want the child part to be blank.
Thanks,
Brian
Solved! Go to Solution.
I figured it out but it would be too complicated to give the answer here. I marked this as complete.
I figured it out but it would be too complicated to give the answer here. I marked this as complete.
Hi @airwolf39 ,
It's hard to reproduce the scenario, can you share some sample data?
You could check the topic about How-to-Get-Your-Question-Answered-Quickly .
Best Regards,
Jay
Note that I am using Bom# from the parts table (the dim table) and the "child part" from the single level bom table (a fact table). Open sales Qty is from the Open Sales table (a fact table).
I am pretty sure that is what is causing my issue but i dont know of any way around it...