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.
Hi all,
I have a project challenge that is develop a drilldown inside the narrative information to give the possibility to the user navigate trough the data and discover more information.
Our customer has another application done using React, that's why they are asking for this possibility?
Is it possible to do on Power BI using Python language?
Solved! Go to Solution.
Thank you for being part of the Microsoft Fabric Community.
Power BI does not natively support drilldown in narrative text using Python scripts. However, you can achieve similar functionality through custom visuals, tooltips, or external integrations.
However, Python visuals are static in Power BI and:
Power BI allows Python visuals, which can dynamically generate narrative text based on selected data. You can use NLTK or OpenAI API for contextual insights.
Limitations: Python visuals are static and do not support drilldowns natively.
If the above information helps you, please give us a Kudos and marked the Accept as a solution.
Best Regards,
Community Support Team _ C Srikanth.
Thank you for your help and explanation C Srikanth.
Thank you for being part of the Microsoft Fabric Community.
Power BI does not natively support drilldown in narrative text using Python scripts. However, you can achieve similar functionality through custom visuals, tooltips, or external integrations.
However, Python visuals are static in Power BI and:
Power BI allows Python visuals, which can dynamically generate narrative text based on selected data. You can use NLTK or OpenAI API for contextual insights.
Limitations: Python visuals are static and do not support drilldowns natively.
If the above information helps you, please give us a Kudos and marked the Accept as a solution.
Best Regards,
Community Support Team _ C Srikanth.