Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I followed the documentation for navigation tables on Handling navigation for Power Query connectors - Power Query | Microsoft Learn.
But now I have problems to change the icons in the navigator.
I change the values of ItemKind and ItemName to display folder, database and function icons.
I know that the data column has got table values, but this is just for testing purpose.
But that does not change the icons displayed in the navigator:.
Can the icons of entries of nav table be changed somehow?
And what is the purpose of the ItemKind and ItemName column in a nav table?
Thx
Solved! Go to Solution.
Hi @zua ,
This is what the ItemKind and ItemName column defines:
But the exact type of icon that will be displayed depends on what you are returning.
For example, here you want to define a function, but here you use FunctionCallThatReturnsATable(), which as the name suggests will return a table, so it doesn't define it as a function but as a table:
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @zua ,
This is what the ItemKind and ItemName column defines:
But the exact type of icon that will be displayed depends on what you are returning.
For example, here you want to define a function, but here you use FunctionCallThatReturnsATable(), which as the name suggests will return a table, so it doesn't define it as a function but as a table:
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.