Forum Discussion

Maria_Maria's avatar
Maria_Maria
Helper II
4 years ago

Abort table refresh conditionally

There is a great idea to check if the table is empty and abort refresh if it is to avoid empty visuals shown in the report. EmptyCheck = if Table.IsEmpty(dbo_Employees) = true then error "Table is e...