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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Is there a simple function to more easily find the column you are looking for in Query Editor?
Similar to Edit>Find in Word or Excel
Thanks
Solved! Go to Solution.
On the "View" tab, option "Go to column":
@Anonymous,
There is no functionality like Edit>Find in Query Editor.
You are able to use text filters as below.
Alternatively, you can use Text.Contains function or DAX to find specific text, please take a look at the following example.
https://community.powerbi.com/t5/Desktop/If-text-column-CONTAINS-specified-value-give-me-what-I-want/m-p/99455
Regards,
Lydia
On the "View" tab, option "Go to column":