Power BI Incremental Refresh and Hybrid Tables

Поділитися
Вставка
  • Опубліковано 3 січ 2025

КОМЕНТАРІ • 16

  • @osPA78
    @osPA78 Рік тому +1

    Knowing that I need to set up parameters was KEY!! Thank you so much!!!

  • @mchopra1989
    @mchopra1989 Рік тому +1

    One of the best explanation, I came through on incremental refresh.

  • @skeletor4115
    @skeletor4115 10 місяців тому +1

    Live demo would be great, I mean modifying the database records and see how it impact the report. Anyway good explanation.

  • @Crassfish
    @Crassfish Рік тому +1

    Thank you for the video. What I did not get properly is the setting of RangeStart and RangeEnd. What do I set here? The newest data I want to keep?

  • @rajasekharreddy5837
    @rajasekharreddy5837 Рік тому +1

    Do we have any latest updates like to download the existing dataset having incremental refresh from power BI service to override

  • @berknoyan7594
    @berknoyan7594 Рік тому +1

    hi reza, thanks for the content. i got confused at one point. you said import mode isnt very useful for incremental refresh. you also mentioned datasource should have queryfolding which means you need to set that table as hybrid table because directquery dont have incremental refresh. and if we dont have premium workspace or user we cant use hybrid tables as well which makes incremental refresh isnt very useful unless you have premium workspace or premium user. am i missing something? could you help me out?

  • @Zakzezu
    @Zakzezu 23 дні тому

    Is there a way if we want to update the archive data can we refresh all the dataset ( archive + incremental)?

  • @jagans6409
    @jagans6409 5 місяців тому +1

    Dear All, It is said that while using Filters on 'Order date' with 'between' you need to use "is after or equal to" And "is before", to avoid duplicates, is it right or wrong? please suggest. Thanks in advance!! ❤

    • @RADACAD
      @RADACAD  5 місяців тому +1

      Hi. yes. Better to remove equal from on end (either from or to), so that it won't double count it.

    • @jagans6409
      @jagans6409 5 місяців тому

      @@RADACAD thanks a lot!!

  • @Babayagaom
    @Babayagaom 3 місяці тому

    Hybrid tables support time intelligence function? Or does it come with direct query disadvantages

  • @hemamaleni
    @hemamaleni Рік тому +1

    I have a fact table with start_year (2020) and end_year(2023) parameters in it to limit the number of years worth of data. On top of this I have incremental refresh of last 13 months. I publish this file to web service and change the start_year parameter say from 2020 to 2019. Why does the parameter changes in web service doesn't take into effect? If I change from 2020 to 2021, it does make necessary changes but for the first time only after publishing the file. Any thought on this? My report should only hold only last 5 years of data with last 13 months of incremental refresh.

  • @kd3u
    @kd3u 2 роки тому +2

    Thank you for this video. I have a question.
    I've been triying to do the first load (1 billion rows) from hive throut odbc connector, but is taking too long and I'm getting a 5 hours timeout on pbi service.
    Do you have any suggestions for this kind of problem? The first load is too painful.
    Thanks!

    • @thomasdargan
      @thomasdargan 3 місяці тому

      I would like to hear how you ended up addressing this issue. For this type of reason, we moved away from Data Flows. Any time we needed to make a change, it took half a day to get it refreshed. I also don't understand why the performance is so slow. In this day and age, partitioning 1 billion rows shouldn't be such a huge undertaking.

  • @robrayborn1349
    @robrayborn1349 Рік тому

    Question: I have data that utilizes 4 SQL sources to create the final Table. Each one of those SQL sources has a Date column and the data for each of the 4 SQL sources go back years and years.
    I only want the past 3 years total and only want the past two days updated.
    Here's the question. Do I need to apply the 'RangeStart' and 'RangeEnd' to all 4 SQL sources or just the last Table that is Loaded?