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
Hello,
Please I need your help on this I want to serach for the 4 first consecutive digit in a text using dax, here an exemple
Thank you in advance
Solved! Go to Solution.
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
https://dropmefiles.com/iKZRG
If this post helps,
then please consider accepting it as the solution to help other members find it faster,
and give a big thumbs up.
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
https://dropmefiles.com/iKZRG
If this post helps,
then please consider accepting it as the solution to help other members find it faster,
and give a big thumbs up.
Hi, @toum
You can try the following methods.
In the Power Query-Add Custom Column:
Text.Combine( List.Range(List.Select( Text.ToList(Text.Replace([Column]," ","")),each _<"A"),0,4))
Result:
Hope this method helps you.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 69 | |
| 37 | |
| 29 | |
| 26 |