The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Good Evening everyone
I want to learn how to use PATH DAX. I have a dummy table that consists of EmployeeID and ManagerID. This is the table
I want to create a calculated column that has PATH between EmployeeID and ManagerID. This is my DAX Code:
Solved! Go to Solution.
"PATH" is a reserved word. Choose a different name for your calculated column.
"PATH" is a reserved word. Choose a different name for your calculated column.