BLAZING FAST DAX QUERIES | HOW TO OPTIMIZE SLOW POWER BI REPORTS AND DAX QUERIES

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

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

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

    This is a great topic, thanks for sharing!

  • @RakeshMahakud
    @RakeshMahakud Год назад

    great learning , thanks

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

    Please explain the logic in last measure, I didn't get it. You are just trying to add results of two calculate functions instead of applying condition.

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

      In the last example it shows that, if we use such conditions inside the iterator function like SUMX() over a large fact table, it will be slow. because it is going to validate over each row for those conditions. at the otherhand. calculate works on modified filter context. so it will first apply those filters, and then will calculate. which will be more efficient as compare to previous.

  • @curtisclement5467
    @curtisclement5467 Год назад +1

    This video is very slow and monotone in delivery - What are the key takeaways?

    • @PowerBIHelpline
      @PowerBIHelpline  Год назад

      But the Replaced DAX functions are blazing Fast. Is'nt it?🙂
      The Key takeaway is, there are multiple ways to get a particular result, but what is the most optimized way which improves the performance of the overall DAX query.

    • @sefaurgench8124
      @sefaurgench8124 10 месяцев назад

      ai voice is putting me to sleep

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

    Horrible