Forum Discussion

christianfcbmx's avatar
christianfcbmx
Icon for Post Patron rankPost Patron
9 years ago
Solved

HOW TO GET PART OF THE DATA OUT OF DB2 DATABASE?

Question dear Community! pretty new working with powerBI this is my first shot and I need to know something before...my problem is that I have a big data base which is constantly growing (DB2) and I ...
  • v-sihou-msft's avatar
    9 years ago

    christianfcbmx

     

    Since you have a big dataset, I suggest you use DirectQuery mode. It refreshes data about every 20 minutes internally.

     

    For taking the last 100K rows, you can add a TOPN filter on date column.

     

     

    Regards,