Introducing Performance Analyzer in Power BI Desktop

Sdílet
Vložit
  • čas přidán 24. 06. 2020
  • Performance Analyzer is the first diagnostic tool to find the slower parts of a report. Find the slowest DAX query before starting a deeper investigation using DAX Studio.
    How to learn DAX: www.sqlbi.com/guides/dax/?aff=yt
    DAX Studio: daxstudio.org/
  • Věda a technologie

Komentáře • 23

  • @zerobars3
    @zerobars3 Před 6 dny +1

    Good presentation, thank you

  • @andreibulatov2395
    @andreibulatov2395 Před 4 lety +1

    Clear and comprehensive as usual. Bravo!

  • @1yyymmmddd
    @1yyymmmddd Před 4 lety +2

    Great ! Short and to the point. Thank you !

  • @amarines2
    @amarines2 Před 4 lety +2

    Great tool, You explain it perfectly

  • @vijaybodkhe8379
    @vijaybodkhe8379 Před 3 lety +1

    Appreciate the way you explained it

  • @midsummer4864
    @midsummer4864 Před 3 lety +1

    Very well explained - Thank you very much

  • @Su-ec7pj
    @Su-ec7pj Před 4 lety +1

    Great Explanation. Thank you.

  • @hisham2k9
    @hisham2k9 Před 4 lety +1

    Great Explanation.

  • @kireetiyakkali
    @kireetiyakkali Před 3 lety +1

    well explained, helps me !!

  • @pmsocho
    @pmsocho Před 4 lety +1

    Thanks for the video!

  • @venkatareddykummitha5863
    @venkatareddykummitha5863 Před 2 lety +1

    excellent explanation sir

  • @vsr1727
    @vsr1727 Před 4 lety +1

    Thank you for the video... 👍

  • @vishaljhaveri7565
    @vishaljhaveri7565 Před 2 lety +1

    Thank you, Sir.

  • @user-gg4fk6ug1c
    @user-gg4fk6ug1c Před rokem +1

    Very Good Man Thank you

  • @pritammusale7858
    @pritammusale7858 Před 4 lety +1

    Please make video on difference between Formula engine and Storage engine.
    Thank you !

  • @scramiro1
    @scramiro1 Před rokem +1

    Thanks for the video. When I import the json onto DAX Studio and I run the Query of a visual on DAX Studio, the ms that I get for that query/visual in Server Timings does not match the Query Ms or Total Ms column from the json. Why? Should not these match? Thanks.

    • @SQLBI
      @SQLBI  Před rokem +1

      The numbers are more consistent in the exported file as they don't include the "Other". There is an explanation in the documentation (get the .DOCX file): github.com/microsoft/powerbi-desktop-samples/tree/main/Performance%20Analyzer

  • @indhumathi4727
    @indhumathi4727 Před 4 lety +1

    I am trying to build a multi value parameter paginated report in Power BI.
    I tried this -
    EVALUATE
    SUMMARIZECOLUMNS (
    'Product Category'[Product Category Name],
    FILTER (
    VALUES ( 'Geography'[Country Region Name] ),
    PATHCONTAINS ( @CountryRegionName, 'Geography'[Country Region Name] )
    ),
    FILTER (
    VALUES ('Date'[Fiscal Year] ),
    PATHCONTAINS ( @FiscalYear, 'Date'[Fiscal Year] )
    ),
    "Internet Total Sales", [Internet Total Sales],
    "Internet Total Margin", [Internet Total Margin]
    )
    My scenario is little different. I want to filter either on Geography or by date. Meaning - if user enters Geography filter by Geography. If user enters date filter by date. If both are entered filter by all the records of Geography and all the records of date. Outer join. Please help.
    I tried all the blogs.. No luck yet

    • @SQLBI
      @SQLBI  Před 4 lety

      Please post the question in comments of a related article, such as www.sqlbi.com/articles/introducing-summarizecolumns/
      Thanks!

  • @muhammadjunaidmajeed1211

    Sir how we perform load testing on Power BI?

  • @pritammusale7858
    @pritammusale7858 Před 4 lety +1

    If I refresh all the visuals, time shows in the performance analyzer, is it the total time taken by the report?

    • @marcorusso7472
      @marcorusso7472 Před 4 lety +2

      Not really - every visual shows the total time to render, but the Other time is a waiting time for other visuals. You also have parallelism to take into account. Future videos will show how to export performance data to DAX Studio for a better evaluation.

    • @ernestnonso9624
      @ernestnonso9624 Před 3 lety

      @@marcorusso7472 Hey Marco thanks for you clear explanation on this topic
      ,Pls where can i get the next video for better evaluation?