Refreshing a Single Table in a Power BI Dataset via XMLA Endpoint

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

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

  • @saurabhmundada7422
    @saurabhmundada7422 3 года назад +4

    Hey Parker, Thats amazing. Could you plz show us how to automate this.

  • @kostaszogo21
    @kostaszogo21 2 года назад +1

    Great video as always Parker!!!
    But you know, people are greedy. We need the automate version of the process!
    We count on you in order to look good on our bosses...

  • @samikshajain895
    @samikshajain895 3 года назад +2

    Hi, This video helps alot however is there any video to automate it? because this still seems to be a manual way to refresh a table.

    • @vikramkukkadapu9761
      @vikramkukkadapu9761 2 года назад

      Yes. Hi BI ELITE i also need this automatic process. Can you pls.. do a video on this ?

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

      Did you find any way to automate this process?

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

      @@vikramkukkadapu9761 Did you find any way to automate this process?

  • @jeramzPC
    @jeramzPC 2 года назад +1

    Thank you. really helpful

    • @BIElite
      @BIElite  2 года назад

      That's great to hear!

  • @abhishekstatus_7
    @abhishekstatus_7 3 года назад

    Thats awesome Parker ! Just got to know that Excel source has been removed from Power BI in the latest version !LOL!

  • @kunalr_ai
    @kunalr_ai 3 года назад +1

    Thanks...need to solve the world resource management issues

    • @BIElite
      @BIElite  3 года назад

      Haha agreed!

  • @robbief1
    @robbief1 3 года назад +2

    That's pretty awesome..... I assume you could use this to now work around the 48 daily refresh limit?

    • @BIElite
      @BIElite  3 года назад

      I believe so! I'll have to look into this to confirm though.

  • @HavensConsulting
    @HavensConsulting 3 года назад +1

    Hey Parker, great video showing XMLA endpoints! To get the report to refresh in the service could you not also disable the "Include in Refresh" option for the local query in the query editor? Then the scheduled refresh in the service should run successfully.

    • @BIElite
      @BIElite  3 года назад +1

      Hi Reid, unless that’s changed in the last few months, that doesn’t work unfortunately. While you can uncheck “include in refresh” locally, it doesn’t affect the refresh process in Power BI Service.

    • @HavensConsulting
      @HavensConsulting 3 года назад +1

      @@BIElite ah you're right! The one other work around was a video you did as well, where you converted a local table into a json table embedded directly into the PBIX file.

    • @abhayverma2585
      @abhayverma2585 3 года назад

      @@HavensConsulting can you share the link of that video please?

    • @BIElite
      @BIElite  3 года назад +1

      Ah yes, I like that little workaround for small data tables. Abhay, here's the link: ruclips.net/video/xuBfK0oJmw8/видео.html

  • @juancarlosarayaportuguez6932
    @juancarlosarayaportuguez6932 3 года назад +2

    Hey Parker, big fun of your videos, it would be super helpful if you can publish on how to automate the process, I tried SSIS but it seems that I can't connect to the Service analysis using the same method I use for another cube data sources.

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

      Hey mate, did you find any solution for the automation?

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

    great video, but where is the follow up, where you do the same with automated scripts?

  • @sanket91000
    @sanket91000 2 года назад

    Great video, one quick question: I am trying to schedule automated refresh from SSMS of one table from my dataset. Can you create a video or share some data related to it?

  • @iambajpaisonam
    @iambajpaisonam 2 года назад

    Hey Parker, could you also share the link for automating the xmla refresh in the description?

  • @AvikMukherjee1984
    @AvikMukherjee1984 2 года назад

    Hi there just wondering if you indeed manage to come up with the next video you mentioned here about automating this script execution via SQL job or so?

  • @tigsik3128
    @tigsik3128 3 года назад +1

    Amazing!

    • @BIElite
      @BIElite  3 года назад

      Thanks! Glad you liked it

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

    If I have other databases like AWS, snowflake, could I use XMLA to refresh data?

  • @aaronzw77
    @aaronzw77 2 года назад

    Thanks! Can you please show how to automate with SQL Server Agent?

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

    Can you process running as a Service Principal? I have not been able to get this to work but don't want to run this as a human user id.

  • @roberttyler2861
    @roberttyler2861 3 года назад

    I've heard alot about XMLA endpoints so intrigued to see what else it can be used for in practical examples. Thanks ! Potentially a bad question, could you not just right click the specific table and not refresh it?

    • @BIElite
      @BIElite  3 года назад

      Very good question, Robert. And I meant to explain this in the video... when you right click the table and select Refresh, it simply refreshes the metadata within your SSMS instance. For example, if someone published a new version of the dataset with new columns, you would need to “refresh” your connection either to the individual tables or more practically by refreshing your entire database connection. It would then show you the new columns the other user added, but would not refresh the data within the dataset as we demo’d in this video.

  • @singhrakeshr
    @singhrakeshr 3 года назад

    For the refresh datetime, is there a way to set the order of refresh tables? So that the getdate query runs after rest of the queries are completed, giving an accurate refresh time instead of 'start' of refresh time?

  • @paragkhandalkar
    @paragkhandalkar 3 года назад +1

    Hi..can you tell if we have sap bw as dasource,in that case how this will work?

    • @BIElite
      @BIElite  3 года назад +1

      Yes it will! This will work for any data source

  • @riazuddin7493
    @riazuddin7493 3 года назад

    I have created a report and in this report there are two visuals i.e. Exits by Grade and Exits and Turnover by Department. The former visual displays the grade wise number of leavers whereas the latter displays the data related to number of leavers and turnover percentage. If I select a articular grade in Exits by Grade then the visuals of Exits and Turnover by Department displays data correctly related to 1. Overall Turnover percentage of departments. 2. Highlighted Turnover percentage of the particular grade which was selected from the previous visuals for a particular department. 3. The total number of leavers of the department. But I also want to see 4. The total number of leavers in selected grade for the particular department. How can I achieve this?

  • @godude6950
    @godude6950 3 года назад +1

    Need the automate how to video ASAP!

    • @BIElite
      @BIElite  3 года назад +2

      I'll get on it then ;)

    • @godude6950
      @godude6950 3 года назад

      @@BIElite also noticing that if the table has relationships, you need to do FULL instead of just Data

    • @godude6950
      @godude6950 3 года назад

      Soooooo.. how's it going ?

    • @MrPranavpatel72
      @MrPranavpatel72 3 года назад +1

      Hi, is the automation related video ready?? any conceptual idea if you can give that will be really handy.

    • @godude6950
      @godude6950 3 года назад +1

      @@MrPranavpatel72 still waiting here too

  • @MohdMoin-uw1ng
    @MohdMoin-uw1ng 3 года назад

    Hi sir, could you please help me get power bi remote job