Forum Discussion
akshay2204
3 years agoFrequent Visitor
Power Bi resource exceeded
Hi, When I am viewing my power Bi report on power Bi service, I am getting an error message that resources has exceeded. I tried upgrading my account to premium but still can't load the visuals. ...
GilbertQ
3 years agoSuper User
Hi akshay2204
I would check your model to make sure it is using the star schema as well as DAX measures that are as simple as possible?
- akshay22043 years agoFrequent VisitorI am attaching here the sample dax query. We have lot's of dax queries like this006_GP_NewProductImpact = DIVIDE(SUMX(VALUES(SalesCube[ProductCode]),(IF([004_CY_QTY]*[004_PY_QTY]*[001_CY Sales]*[001_PY Sales]=0,MAX([001_GPDelta],0),0) )),SalesCube[000_Unit])