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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi i am trying to run this simple query to isolate a colum based on a string in my column using the following formula :
if " | medtigo" in [Page Title] then Null else [Page Title]
This line of code is giving me Token then expected error.
Solved! Go to Solution.
@Anonymous , text-contains or =
https://docs.microsoft.com/en-us/powerquery-m/text-contains
Try like
if Text.Contains([Page Title]," | medtigo") then Null else [Page Title]
if " | medtigo" = [Page Title] then Null else [Page Title]
Please provide your feedback comments and advice for new videos
Tutorial Series Dax Vs SQL Direct Query PBI Tips
Appreciate your Kudos.
@Anonymous , text-contains or =
https://docs.microsoft.com/en-us/powerquery-m/text-contains
Try like
if Text.Contains([Page Title]," | medtigo") then Null else [Page Title]
if " | medtigo" = [Page Title] then Null else [Page Title]
Please provide your feedback comments and advice for new videos
Tutorial Series Dax Vs SQL Direct Query PBI Tips
Appreciate your Kudos.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 64 | |
| 50 | |
| 45 |