Forum Discussion
MP_123
9 years agoMicrosoft Employee
Data Capacity
hi, i have a sql view with size of 16000MB, i have abput 4 duplicates of this view in the .pbix file in order to deal with complex data & business. is it too big fot power BI to deal with? my compu...
MP_123
9 years agoMicrosoft Employee
hugoberry thank you
i added this timeout function and i'm getting this error message again (as above)..
do you know maybe if the problem is on my server? and not on the PBI side?
because it crushed on the 'evaluating' status and not even in the middle of loading the rows
thanks
hugoberry
9 years agoResponsive Resident
Depending on your SQL view this could be the case. Can you change the query to be select top 10 * from table to see if it evaluates correctly? What are you getting in SQL Server profiler?