Forum Discussion
Broken relationship after RS refresh
- 5 years ago
Here is my workaround:
Originally my fact table date was a string like '2021-09-06T01:35:22Z'
I would do a transform to date/time, then a transform to Date
This was fine until Report Server did the refreshing
I've replcaed this double step with
Split '2021-09-06T01:35:22Z' by delmiter T, change to Date
This now works when RS Server refreshes.
Using other Power Query transforms or functions to date only just didn't work.
Here is my workaround:
Originally my fact table date was a string like '2021-09-06T01:35:22Z'
I would do a transform to date/time, then a transform to Date
This was fine until Report Server did the refreshing
I've replcaed this double step with
Split '2021-09-06T01:35:22Z' by delmiter T, change to Date
This now works when RS Server refreshes.
Using other Power Query transforms or functions to date only just didn't work.