March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all!
I have a simple multi level parent child table:
Parent - child
Now I would like to get the levels for each combination by using PATH as described here:
https://www.daxpatterns.com/parent-child-hierarchies/
But I always get this error if I use PATH:
The value 'ABC' in 'Table'[Child] must also exist in 'Table'[Parent]. Please add the missing data and try again.
How can I adjust the table to get this working?
Solved! Go to Solution.
Hi,
Double check that all values in parent column (besides blanks) exist in the child column. Also check if your data types match. If they don't match this error can be encountered.
E.g. Both my columns are numbers:
Now the columns are text:
The error appears here since the blank isn't null in PQ:
When I add nul to PQ the text also works:
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!
Hi,
Double check that all values in parent column (besides blanks) exist in the child column. Also check if your data types match. If they don't match this error can be encountered.
E.g. Both my columns are numbers:
Now the columns are text:
The error appears here since the blank isn't null in PQ:
When I add nul to PQ the text also works:
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
19 | |
19 | |
16 | |
8 | |
5 |
User | Count |
---|---|
36 | |
28 | |
16 | |
16 | |
12 |