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.
Hi everyone,
I’m trying to build a Gantt-like visualization in Power BI using only native features and DAX, since the custom visuals that provide these functionalities are mostly paid. I have two tables:
FClick: This is my main tasks table, containing task details such as:Important: because each task can have multiple tags, there can be multiple rows for the same task id in this table — one per tag.
DimTarefa: This is a calculated (derived) table I created based on FClick, which organizes tasks into a hierarchical structure with columns such as:
It would be great if the bars could be colored based on task status and intermediate empty nodes were not displayed, these are two main issues I’ve encountered. I’ve searched for solutions without success. Any advice on how to move forward would be appreciated.
Hi @Bibianca
Here is one reference that can help you with little bit of work around if not exact solution you will get a path to think over, Check this video and jump to 51.00Min from there a workaorund to create gannt chart using stack chart: https://www.youtube.com/watch?v=_Szw_oNjI9M It will help you to design and frame your approach.
Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
Check for more intersing solution here: www.youtube.com/@Howtosolveprobem
Regards