Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Ahmadbelal
New Member

DAX Path CEO Not working

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. 

 

 

1 REPLY 1
OwenAuger
Super User
Super User

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


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.