Forum Discussion
KeshavAgrawalDi
2 years agoFrequent Visitor
Parallel refresh delay for tabular model in Power Bi Premium with multiple partition
Hello, I have a tabular model in Power Bi Premium with multiple partition. I am expecting the Power Bi tabular model to fire all the respective queries of all the partitions all at once to the data...
- 2 years ago
As the article states you need to modify the TMSL script if you want to change the level of parallelism. Make sure to test on your actual scenario as you can overwhelm the system.
KeshavAgrawalDi
2 years agoFrequent Visitor
My model is XMLA point enabled. I already went through the link which you have mentioned.You mean to say even with XMLA endpoint refresh that barrier of 6 objects in parallel cannot be increased? Could you if possible also provide me the link to the documentations where its written that 6 is the maximum parallel objects refresh power bi premium can handle?
lbendlin
Super User
2 years agoAs the article states you need to modify the TMSL script if you want to change the level of parallelism. Make sure to test on your actual scenario as you can overwhelm the system.