customdata
2 TopicsSSAS live connection string property and DAX CustomData()
Hello, This might be an old question but maybe changes/updates have changed the answer. Based on some articles below - it looks like dax function CustomData(https://docs.microsoft.com/en-us/dax/customdata-function-dax) will retrieve the CustomData property of the connection string in SSAS on premise. https://www.kasperonbi.com/using-customdata-and-ssas-with-power-bi-embedded/ https://blogs.msdn.microsoft.com/sqlrsteamblog/2016/06/03/passing-user-names-to-analysis-services-wi... SSRS passes the {{USERID}} values into the connection string on connection - does PBIRS function the same way when an authenticated user opens a report with CustomData={{USERID}} in the connection string on the report server webpage? If there any particular function or method found in the custom forms authentication example on github that would be crucial to the resolution of this value? Would SSRS or PowerBIRS be invoking GetUserInfo()?3.1KViews1like2Commentshow to set CustomData() in the querystring ?
Hello, I'm connected to PBRS with a RSWindowsBasic connexion. This works fine. Now I'm trying to go further by filtering data according to some custom data, that would be sent in the url. I've read in one other post that connection string could be set in PBIRS by adding " CustomData={{USERID}} ". But I'd like that to be made dynamically in the url and not in the connection sting. Is it possible, and what would be an example url ? Thx a lot for any help, Best regards, Guillaume1.4KViews0likes2Comments