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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Visual has exceeded the available resources

Hi team,

One of our report got 'visual has exceeded the available resources' issue after I added RLS, could you pls. kindly help to advise? thanks in advance.

We have Power BI Premium capacity for our organization, the capacity SKUs is P1/A4, we have max 6GB memory per query.

We added RLS rule in several datasets recently, users could see the data base on their role in table User List, WW org market users could see all of the data, users who have partial org markets access could see correspondingly org market data. This RLS works well in other datasets except one History dataset, History dataset includes many years' data, the dataset is 820MB, the total size of all datasets in our workspace is 2.5GB, we were assigned 10GB for our premium capacity workspace.

When I run this history report as a member/contributor/admin of our workspace, there is NO memory limit issue.
If I was removed from workspace and run the report as an user (with partial org markets role), there is NO memory limit issue.
But if I was removed from workspace and run the report as an user (with WW org markets role), then I got this memory limit issue.

 

RLS we added in dataset from desktop Modeling->Manage roles

We added a group which include all of our users (around 30 users) in dataset security part in service.

Var vUser = USERPRINCIPALNAME()
Var vMarkets = CALCULATETABLE(
VALUES('User List'[Org Market]),
FILTER(ALL('User List'),'User List'[Email] = vUser)
)
Var vCheck_WW = IF("WW" in vMarkets,TRUE(), [Email] = vUser)

Return
vCheck_WW

 

TracyQian11111_0-1677725321244.png

 

2 REPLIES 2
djurecicK2
Super User
Super User

Hi @Anonymous ,

 The "Visual has exceeded the available resources" error message is not the same as the max size of the dataset. Here is additional information:

https://blog.crossjoin.co.uk/2020/01/20/visual-has-exceeded-the-available-resources-error-power-bi/

 

Anonymous
Not applicable

Hi @djurecicK2,

 

Thanks for your reply and detail information.

Do you have any idea about why I can run the report well as a member/contributor/admin of workspace, but got error as a WW org market user? 

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

PBI_Carousel_NL_June

Fabric Community Update - June 2024

Get the latest Fabric updates from Build 2024, key Skills Challenge voucher deadlines, top blogs, forum posts, and product ideas.

Top Solution Authors