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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
SachinC
Helper V
Helper V

Cascading filters - making text box field the master search field

Hi,

I have a text box field for natural search within a PowerBI canvas.

I also have a data grid related to the search parameter above.

However, the data grid loads data before the search is executed.

I only want the data grids to show data when I have executed a natural search query - free text.

How can I do this please?
Thanks.

2 REPLIES 2
v-lili6-msft
Community Support
Community Support

hi, @SachinC

You could use ISFILTERED Function to create a measure like this:

Measure = IF( ISFILTERED('sample'[Index]),1,2)

Then drag it into visual level filter and set its filter is 1

9.JPG

 

 

Best Regards,

Lin

 

 

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Will give this a go and let you know. Thank you.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.