Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not 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/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()?

2 REPLIES 2
ShaWo
Advocate I
Advocate I

Oh wow! This is highly interesting. We are investigating on how to deploy federated login to SSRS and with this we could transfer the signing account info all the way to SSAS to filter the data.

Thank you for confirming this works!

Anonymous
Not 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. 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.