Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello
Is there any way to eliminate all the rows that have only numbers accompanied by commas and spaces ??
Thanks for the help you can give me.
You can add a column with this expression, and then filter out the rows with null in the new columns. Replace Column1 with TextN.
= if Text.Length([Column1]) = Text.Length(Text.Select([Column1], {"0".."9", " ", ","})) then null else [Column1]
Pat
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
70 | |
63 | |
40 | |
28 | |
15 |