The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi there - I am trying to remove rows in a table using power query. I want to remove all rows where ID_Number column has less than 11 digits.
Example:
99010112341 - keep
245 - remove
Is there a simple way to do this?
Kind regards
Solved! Go to Solution.
@twosixfourBI , Filter in power query . Or create a column and filter for true
Number.IntegerDivide([Column],10000000000) >=1