Forum Discussion

andershh's avatar
andershh
Icon for Advocate I rankAdvocate I
10 years ago
Solved

Group By on (very) large table

Hi all,   I am rather new to PowerBI but I hope some of you can help me with this question.   I am working with an Oracle database holding data on compettition participation for customers. Each c...
  • ankitpatira's avatar
    10 years ago

    andershh When connecting to Oracle database you have an option to write SQL query. So in my opinion it is better option to bring data in the format required through SQL and let Oracle processing happen on the database as you've already mentioned.

     

    Another option is to use R script within query editor. So only dataset is imported in power bi desktop, run R script to perform grouping via Run R Script option which adds R step to the applied steps. I think that would be second best option as R is very powerful in performing this type of operation and you will notice less amount of time being spend on grouping.