The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hey there,
I'm nearly done exploring the PATH functions in power bi to create a hierarchy of my category table.
But it seems like I can't figure out the last step on how to create the hierarchy so I have drilldown possibilies in visuals like a matrix.
my current table is like this:
category_id | parent_id | category_path | category_path_level | level_1| level_2| level_3 | level 4
I use PATH, PATHLENGTH and PATHITEM to create the path columns.
How to create the hierarchy now, so I can use a proper drilldown function?
Hope you guys can help me here!
Best regards,
Jano
Solved! Go to Solution.
Hi @Jano
look at this.
https://www.youtube.com/watch?v=x6vXVJZ_eTY
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Hi @Jano
look at this.
https://www.youtube.com/watch?v=x6vXVJZ_eTY
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Yeah thank you, that cleared my mind again.
I already was at that point but didnt realize it 😄