Query Folding in Power BI | Complete Guide

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 28

  • @kebincui
    @kebincui 7 месяцев назад +1

    Clearly explained. Thank you.

  • @sachinawati6332
    @sachinawati6332 6 месяцев назад

    one of the best channel to learn power bi concepts

    • @pivotalstats
      @pivotalstats  6 месяцев назад

      Thanks for the appreciation buddy!

  • @hemanthboyapati3372
    @hemanthboyapati3372 6 месяцев назад

    I Finally understood query folding in detail. Thank you!

  • @jaybharat3949
    @jaybharat3949 2 месяца назад

    My goodness…you’re a champ❤…such detailed information…great😮

  • @GamerShaggy
    @GamerShaggy 7 месяцев назад +1

    Great Explanation! I love your channel! Please make a video on DAX Studio & Tabular Editor [External Tools] if possible.
    Also, how to implement page level security [Page 1 is visible to x number of people, page 2 is visible to y number of people].

    • @pivotalstats
      @pivotalstats  7 месяцев назад +1

      Great suggestion! Noted. Thanks..👍

  • @HarishKumar-lz2nw
    @HarishKumar-lz2nw 7 месяцев назад +1

    Very well explained. Thanks

  • @Tattysnuc
    @Tattysnuc 4 месяца назад

    Thank you. An excellent explanation.

  • @aryavlogs4532
    @aryavlogs4532 2 месяца назад

    I understood everything but i have doubt that after the transformation do we have to copy that native query code and paste it in sql? Then after we use that code in powerbi while importing the data source?

    • @pivotalstats
      @pivotalstats  2 месяца назад

      Hi, Everything will be done by the power query engine, you don't have to go to the sql database.

  • @sabarivel4555
    @sabarivel4555 Месяц назад

    Really great explanation

  • @angelmaravilla4708
    @angelmaravilla4708 3 месяца назад

    Bloody great!!, subscribed to this channel. As a comment: It would be great if you create a guide like this for the "Incremental Refresh Process"

    • @pivotalstats
      @pivotalstats  3 месяца назад

      Thanks for the suggestion, I will make a note of this. Cheers!

  • @Hareesh09
    @Hareesh09 2 месяца назад

    Subscribed... Excellent explanation. It would be great if you can create content which helps in completing PL 300, let me know if you provide any paid courses in PL 300 and Data analytics.

    • @pivotalstats
      @pivotalstats  2 месяца назад

      Sure I will. Thanks for the sub, cheers !

  • @ankitathakur1049
    @ankitathakur1049 25 дней назад

    i think there is a reverse function in postgresql.

    • @pivotalstats
      @pivotalstats  25 дней назад

      Thanks, ill look into it on why folding is not happening. My guess is that mquery engine is not completely updated to accommodate all functions in all database systems. Microsoft might have implemented this for selected functions from each database systems.

  • @Cutie.cats.videos
    @Cutie.cats.videos 5 месяцев назад

    Top! Thank youuu

  • @statesman6379
    @statesman6379 5 месяцев назад

    I asked ChatGPT, “Is there a mode that does not support query folding?” Response:
    Yes, there is a mode in Power BI where query folding is not applicable: Import Mode.
    In Import Mode, data is loaded from the data source into the Power BI model, and all transformations are applied within the Power Query Editor before the data is loaded. Since the data is already loaded into the Power BI model, there is no need for query folding because there are no queries being sent back to the data source during report interactions.
    However, when discussing Dual Storage (composite models), it's important to note that the model can contain both imported data and DirectQuery-connected tables. For the imported data (i.e., tables loaded in Import Mode), query folding occurs during the data loading process within the Power Query Editor before the data is loaded into the model. For DirectQuery-connected tables, Power BI attempts to fold supported transformations back to the data source, leveraging the query engine of the data source.