Forum Discussion
Anonymous
6 years agoNot applicable
Incoming Username (embedded Dashboards)
For several reasons we 'misuse' the username string provided from our host to the embedded Power BI dashboard. (...|username| extra...) With Dax(pathitem) we retreive the info we need. We cannot pr...
Anonymous
6 years agoNot applicable
Thnx all for your replies so far. I've added a small test dashboard to clarify my issue.
Steps: login as user test|4
pathitem returns 4 in measure 'item'.
The datetime field needs 4 extra hours provided by the pathitem measure. In this test I expect the current datetime + 4 hours
(field calculated time)
Again: a measure to solve this issue is not an option. I have to do a recalculation for each datetimefield in my data set so i need to add an new calculated column.
Anonymous
6 years agoNot applicable
Anyone?