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.
lbendlin
2 years agoSuper User
I think that's a good thing. This system is not built for massive parallelism, plus in a typical SSAS Tabular model you have dependencies that need to be choreographed anyway.