Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! 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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 68 | |
| 58 | |
| 44 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 105 | |
| 105 | |
| 36 | |
| 26 | |
| 26 |