Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi! I have some data like the following:
% |
25 |
15 |
Some text |
Words typed |
75 |
I need to work with just the numbers in the column. How can I delete the text data without removing the whole row? A new column like the following would be ideal, but it returns "" in every row (I suspect it is testing if the whole column is numbers).
Just% = IF(ISNUMBER([%]), [%], "")
if Value.Is([%], Int64.Type) then [%] else ""
Solved! Go to Solution.
You are better off doing the transformation in powerquery I think. It is 3 steps to get to what you are looking for.
I have attached my sample book for you to look at. Right click on the table and go to Edit Query to see the steps.
You are better off doing the transformation in powerquery I think. It is 3 steps to get to what you are looking for.
I have attached my sample book for you to look at. Right click on the table and go to Edit Query to see the steps.
Thanks - this worked perfectly!
Hi @amitchandak
Thanks for your help! Unfortunately this doesn't work as there are some dates mentioned within the text. I need to show the value if there is only numbers, and nothing if there is a mix.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
68 | |
43 | |
34 | |
26 |
User | Count |
---|---|
86 | |
49 | |
45 | |
38 | |
37 |