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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
adeelnazir786
Helper I
Helper I

Steps to implement Multi Tenant App for Non-Power BI Users

Please correct me if i;m wrong in any below step

 

I've power bi pro license, here is sample of my data model

1- Client( clientId, name, email, etc.)

2- Sales (Id, amount, clientId, prodId)

3- DimensionProd (Id, clientId, product detail...)

with one to many relation ship.

 

We have web wordpress web portal where our clients get loged in with different accounts (Non-Power BI Licensce)

let say abc@gmail.com, xyz@yahoo.com there is no organizational account.

I want to filter the data w.r.t. loggen in account.

I know RLS is for it, i've applied RLS on Client table with DAX

[email] = UserPrincipleName(), through this way i can see view as role on desktop filtered data.

 

Now, i want to embed my dashboards on my wordpress web where clients get logged in and can see their filtered data.

I want to know, what will be the next process. Couldnt get any step by step guide from here to fulfill requirements.

Any helping video, documention will be appreciated.

 

Thanks & regards,

Adeel

1 ACCEPTED SOLUTION
v-eachen-msft
Community Support
Community Support

Hi @adeelnazir786 ,

 

When you use secure embed code in your website, the embedded report still requires users to log in.

2-1.PNG

After logging in, you could see the data using RLS.

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

2 REPLIES 2
v-eachen-msft
Community Support
Community Support

Hi @adeelnazir786 ,

 

When you use secure embed code in your website, the embedded report still requires users to log in.

2-1.PNG

After logging in, you could see the data using RLS.

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

😄

Mistakenly clicked on accept as solution,

any way, you mean to say by embed RLS every user have to get loggin using microsoft account ? on the other hand my clients dont have microsoft account (non power bi user) how he will see his dashboard's /data ?

 

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