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

Fabric Data Days Monthly is back. Join us on March 26th for two expert-led sessions on 1) Getting Started with Fabric IQ and 2) Mapping & Spacial Analytics in Fabric. Register now

Apply Filters to Python /R Visual

Its great Power BI supports Python & R integration but visuals using Python & R gets created as image and Power BI filters are not applicable to it. Would be great if this functionality is available.
Status: Needs Votes
Comments
emily_scarmuzz2
New Member

+1, in addition to using field parameters with python visuals. This is a challenge to replicate in python. For example, if field parameters are used to select the fields for the x and y axes, and the axes are on a log scale, updating the selections does not update the ranges of the x and y axes and thus any points which lie outside of the range of the initial data slice are “off the page” and do not display. The issue can be addressed by pre-plotting -- that is, before any kind of processing -- the data using axis.loglog().

fbcideas_migusr
New Member
Status changed to: Needs Votes