Radoslaw Poprawski
Active Member
- Joined
- Jun 19, 2021
- Messages
- 398
- Office Version
- 365
- Platform
- Windows
Hi All,
I have a table that might not generate any data,
So I figured i put some error handling.
i used:
but regardless of i i use after otherwise (Table.fromAny, Table.FromRecord, etc) excel always crashes.
any idea what's going on?
Ill add that in PQ before loading into excel this works as intended.
I have a table that might not generate any data,
So I figured i put some error handling.
i used:
Power Query:
try #"Some Step" otherwise Table.FormList({"Please generate files first})
but regardless of i i use after otherwise (Table.fromAny, Table.FromRecord, etc) excel always crashes.
any idea what's going on?
Ill add that in PQ before loading into excel this works as intended.