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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors