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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
pietrodig
Regular Visitor

How to save session data without localstorage?

Hi everyone,

I am creating a custom Power BI visual. In my use case, the visual need to authenticate the users to a third party server with the Oauth2 protocol. When opening the report, every user should have a separate access token connected to this account. So, basically, my need is to save some user specific browser session data.

I know there is the Localstorage API and I am considering this for the future, but the certification and publication path is not something doable right now.

I also tried to use cookies and the typescript built-in sessionstorage object, but none of them work. Also, saving authentication credentials in another server to retrieve them later is not an option, other than ugly.

 

Thanks in advance for your support!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @pietrodig,

Power bi service has its own security settings to control the operations, so I think you can't directly export session to local from visual without use local storage API.

Power BI Security - Power BI | Microsoft Learn

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @pietrodig,

Power bi service has its own security settings to control the operations, so I think you can't directly export session to local from visual without use local storage API.

Power BI Security - Power BI | Microsoft Learn

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors