Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
i need filter all tables wich is empty
= Table.SelectRows(Source, each (not Table.IsEmpty([Data]) ))
but it stop with error
DataSource.Error: Sybase SQL Anywhere: Unable to connect to server '': [Sybase][ODBC Driver][SQL Anywhere]Unable to connect, server definition is circular
but without not it work perfect
= Table.SelectRows(Source, each ( Table.IsEmpty([Data]) ))
So have to show not empty tables only?
Solved! Go to Solution.
If you have a table of tables, you could add a custom column with = Table.RowCount([TableColumn]), and then filter that new column for >0.
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.
If you have a table of tables, you could add a custom column with = Table.RowCount([TableColumn]), and then filter that new column for >0.
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.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 39 | |
| 29 | |
| 24 |