Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Good day everyone,
I am kinda having trouble while doing the DAX PATH formula. I have adjusted all the employee entries so that every active employee is linked to an active manager; however, the CEO doesn't have a Manager, so his record of Manager ID, Manager Name, Manager position are all blank. I get this error. The below blank value is referring to the record of the CEO
The value '' in 'Dim Managers Path'[Manager Person Number] must also exist in 'Dim Managers Path'[Person Number]. Please add the missing data and try again.
Thank you in advance.
Hi @Ahmadbelal
Can you check if the CEO's [Manager Person Number] is actually blank?
You can check this by adding a calculated column such as
Manager Blank =
ISBLANK ( 'Dim Managers Path'[Manager Person Number] )
which should return True if it is indeed blank.
In Power Query, it should appear as null.
If it's not, you will need to modify the source or query to replace with a null value.
Regards
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
11 | |
11 | |
10 | |
6 |