Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi everyone!
sorry if my question is a dumb one.... I am almost sure what I am asking is impossible. 🙂
I have a requirement where I would like to store all the searches in a TEXT FILTER visualization that have no results.
The idea is for a KNOWLEDGE BASE and I would like to understand what are the users searching with no results so I can create that new content.
Is it possible to somehow use the string used in TEXT FILTER in a measure or something in order to trigger somehow a flow with Power Automate?
The ISEMPTY function might be helpful. You may use the text being searched to filter a lookup table, if nothing is found, then the ISEMPTY of the resulting list would return TRUE.