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

Поділитися
Вставка
  • Опубліковано 14 жов 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...

  • @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: ua-cam.com/video/xuBfK0oJmw8/v-deo.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?

  • @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.

  • @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?

  • @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?

  • @jeramzPC
    @jeramzPC 2 роки тому +1

    Thank you. really helpful

    • @BIElite
      @BIElite  2 роки тому

      That's great to hear!

  • @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?

  • @iambajpaisonam
    @iambajpaisonam 2 роки тому

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

  • @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!

  • @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.

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

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

  • @aaronzw77
    @aaronzw77 3 роки тому

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

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

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

  • @scottsampson399
    @scottsampson399 11 місяців тому

    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.

  • @kunalr_ai
    @kunalr_ai 3 роки тому +1

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

  • @tigsik3128
    @tigsik3128 3 роки тому +1

    Amazing!

    • @BIElite
      @BIElite  3 роки тому

      Thanks! Glad you liked it

  • @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