Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi
Thanks for looking at my post.
I am using if statement like below, what i got stuck is, i wanted to use last if statement for anything starting with "Task*" followed by anything. But for some reason this is not working. Any idea please?
Plus any idea of how to make case insensitive please. That is either caps or small letters i wanted to pull those data please.
Thanks a lot
Solved! Go to Solution.
Hi @jimpatel ,
You want to use LEFT() i.e. IF( LEFT( Work[Column3], 4 ) = "Task"...
Dax IS case insensitive.
Pete
Proud to be a Datanaut!
Perfect 🙂
Thanks a lot 🙂
Perfect
Thanks a lot
Hi @jimpatel ,
You want to use LEFT() i.e. IF( LEFT( Work[Column3], 4 ) = "Task"...
Dax IS case insensitive.
Pete
Proud to be a Datanaut!
What if i need to do below condition please.
That is anything starting with any string but have "Task" anywhere in the sentences please?
Thanks a lot and sorry for more question
No problem. You would use CONTAINSSTRING(), something like this:
IF( CONTAINSSTRING( Work[Column3], "Task" ) ...
Pete
Proud to be a Datanaut!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 7 | |
| 6 |