Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 50 | |
| 43 | |
| 36 | |
| 33 | |
| 30 |
| User | Count |
|---|---|
| 138 | |
| 126 | |
| 60 | |
| 59 | |
| 56 |