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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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