This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 33 | |
| 25 | |
| 24 |