Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello guys, I'm new in the PowerQuery world, so I need a little help.
In my dataset I have a column with mixed types of variables, I need to remove the rows with null, empty and string values, keeping only the rows with numbers values, using PowerQuery. Someone can help me, please?
Solved! Go to Solution.
Issue this statement where Source should be replaced by your previous step
= Table.SelectRows(Source, each Value.Is([Column], type number))
Issue this statement where Source should be replaced by your previous step
= Table.SelectRows(Source, each Value.Is([Column], type number))
It's work!! Thank you very much!!
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 |
|---|---|
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 14 | |
| 14 | |
| 10 | |
| 8 | |
| 8 |