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

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

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
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!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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
Top Kudoed Authors