Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
douglastassio
Regular Visitor

How to drilldown the narrative information using Python on Power BI?

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?

1 ACCEPTED SOLUTION
v-csrikanth
Community Support
Community Support

Hi @douglastassio 

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:

  • Do not support interactive drilldowns
  • Cannot update based on user selections
  • Require data to be preprocessed before rendering

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.

View solution in original post

2 REPLIES 2
douglastassio
Regular Visitor

Thank you for your help and explanation C Srikanth.

v-csrikanth
Community Support
Community Support

Hi @douglastassio 

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:

  • Do not support interactive drilldowns
  • Cannot update based on user selections
  • Require data to be preprocessed before rendering

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.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.