Forum Discussion
Anonymous
7 years agoNot applicable
SSAS 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/...
Anonymous
7 years agoNot applicable
I'm confirming this is working.
Dax function CustomData() is returning {{USERID}} parameters from the report connection string set up in PBIRS.
Some marked solutions in the forum are giving incorrect information.
The finding above means you can implement a dax filter using CustomData() to acheive row level security to live connected SSAS on premise while authenticating users using an implementation like the custom security sample.