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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have the following live Dataset (column "Response") being generated from Microsoft Flow and written to Power BI dataset:
Response | Value |
Not available | 0 |
1500 | 1500 |
2000 Dollars | 2000 |
coût estimatif 260.000 USD | 260000 |
NON | 0 |
N/A | 0 |
Based on FY 2019/2020 Budget 70,652 USD | 70652 |
US$220,000.00 | 220000 |
I need to extract the numbers only as shown above in the column "Value" using DAX as i cannot use Power Query. How can this be accomplished.
Regards,
Chris
Good afternoon, I'm looking for a feature in Power BI that allows me to extract everything after a specified word from a character string no matter where I find it within the column. Has anyone done this in Power BI?
Thank you in advance
Thanks Amit. I thought this will return "TRUE if the value is numeric; otherwise FALSE."
Regards,
Chris
Another way would be to use Text.Select in the query editor. Add a custom column with a formula like this
= Text.Select([ColumnWithNumbers], {"0".."9"})
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thanks Pat. This is a live connection to a Power BI Service Dataset so i cannot use Power Query.
Regards,
Chris
@Chitemerere - Well, one way would be to use DAX to turn your strings into table variables. Then have a table that lists every possible charater you want to remove and remove any rows in that table then translate it back to a string. Although the years are going to pose problems. You can see some of the basic techniques here:
https://community.powerbi.com/t5/Quick-Measures-Gallery/ARABIC/m-p/1083214#M519
Thanks Greg for your input, most appreciated.
Regards,
Chris
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 46 | |
| 42 | |
| 34 | |
| 31 | |
| 21 |
| User | Count |
|---|---|
| 143 | |
| 125 | |
| 100 | |
| 81 | |
| 63 |