Forum Discussion
Display report runtime in report
- 1 year ago
Sadly seems other than API and the likes there is no "automatic" dunamic way for this to be accomplished like almost every other product caters for, very disappointing. I will have to go through the options listed, which while some appear to be able to achieve what I need whether they will actually work the way I hope and with the restrictions palced on users time will only tell.
This should solve
If this helped, please consider giving kudos and mark as a solution
me in replies or I'll lose your thread
Want to check your DAX skills? Answer my biweekly DAX challenges on the kubisco Linkedin page
Consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI
FBergamaschi
While yes that could be a solution one then needs to maintain a table of all users and what time zone they are in, in an organization where access to the reports is around 1000 people that is not feasible, as they are all over the world, as well as moving around the world at times, granted not often, but they do move.
Using TimeZone.Current I can get the name of the TimeZone the reprot is run from, which then means I "just" need to maintain a timezone table based on that, however if I could pull out that X timezone is UTC + or - X that would be far more dynamic