Get Data from Power BI Dataset in Power Apps | Power BI and Power Apps

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 27

  • @jacobparker6460
    @jacobparker6460 ปีที่แล้ว +3

    My friend you are true hero. Thank you so much.

  • @JaimeGarcia-fj5by
    @JaimeGarcia-fj5by 8 หลายเดือนก่อน +4

    Hi, i had any problems, for example, in the power automate, I can´t to assig "string" type to the "Initialize variable" Object. I had to put in the "compose" object the next code:
    concat('[',
    replace(
    replace(
    join(variables('MS_ARTICULOS_2'),','),
    '[',''),
    ']',''),']')
    with this, in power app, don´t show a error in the PARSEJSON.

  • @jdduf
    @jdduf 19 วันที่ผ่านมา

    Thank you so much for this video! Is there any reason why this would be taking a long time to load into PowerApps? I checked the flow itself and that is taking about 10 seconds to run, but calling the function to load the data into PowerApps is taking FOREVER and often is crashing the app. Any tips to cut down on the load time?

  • @carlosmagnosantossilva9920
    @carlosmagnosantossilva9920 11 หลายเดือนก่อน +1

    meu caro, você realmente fez a diferença hoje pra mim. Obrigado!

  • @rodrsturge663
    @rodrsturge663 ปีที่แล้ว +3

    Very helpful. If you have lots of columns just replace the brackets with nothing.
    replace(replace(variables('myVariable'),'[',''),']','')

    • @rodrsturge663
      @rodrsturge663 ปีที่แล้ว +2

      That is actually a little messy, because then you have to add back the [ at the start and the ] at the end of the collection for the parser to work.

    • @Havegoogday06
      @Havegoogday06 ปีที่แล้ว

      @@rodrsturge663 Im bringing like 30 columns from my pbi dataset, do i need to do the replace function for every single one of them? :O

    • @pw_extravaganza
      @pw_extravaganza 9 หลายเดือนก่อน +1

      this is quite simple to add brackets and the beginning and the end:
      concat('[',
      concat(
      replace(replace(variables('varDataAsString'),'[',''),']',''),']'
      ))

  • @matusjakubcin2765
    @matusjakubcin2765 4 หลายเดือนก่อน

    Hello . Thanks for material - based on that i was able to create sucessfully Power automate flow and then read data in Power apps via on select button ( instead of ID i am using mail , and under ''vrCustomerRecords'' it reads correctly mails from my Power BI report. ) . However later i do not have option : ,, Parse JSON function and untyped objects ,, available in settings. Could it be a problem ?...when i use ,, collData on properties for Gallery , it shows me no data then . Thanks in advance for response.

  • @mihirsoni3035
    @mihirsoni3035 ปีที่แล้ว

    thanks for the informative video!
    btw is there any way to store the data coming here to a new /existing sharepoint list ?

  • @nishaboby6213
    @nishaboby6213 9 หลายเดือนก่อน

    do we have to make the triggers separately ? I couldnt find the powerapps trigger.

  • @percyalbertoulloamunoz1132
    @percyalbertoulloamunoz1132 26 วันที่ผ่านมา

    Are there a límit of rows to return data?

  • @vodias2007
    @vodias2007 ปีที่แล้ว

    This flow will work for any user other than me? I mean, if I share my App to other users but not share my PowerBI dataset, they will be able to query my dataset?

  • @eduardodallabrida1976
    @eduardodallabrida1976 ปีที่แล้ว

    my data type "Table"....is it possible to work with this format?

  • @MahaduMukir-k1j
    @MahaduMukir-k1j 7 หลายเดือนก่อน +2

    Can you please upload a video showing how to use an edit form in Power Apps with a Power BI dataset?

  • @manouk691
    @manouk691 8 หลายเดือนก่อน +1

    Wow, thank you!

  • @aldorosenfeldjr
    @aldorosenfeldjr ปีที่แล้ว

    Great content, thanks for sharing

  • @viniscera-97
    @viniscera-97 ปีที่แล้ว

    Amazing! Thanks

  • @piotrkuc8936
    @piotrkuc8936 6 หลายเดือนก่อน

    Thank you!

  • @benoymammenmathew825
    @benoymammenmathew825 ปีที่แล้ว

    Hi DSTechMirror, insightful video.
    How do I filter the data in the power BI dataset, i tried taking an input from the Power Apps and passing it into to the DAX formula, however I am running into an error 502 code in Power Apps. Could you make a video on this as well?

  • @mrutuber4496
    @mrutuber4496 9 หลายเดือนก่อน

    Thank you🎉❤

  • @North2World
    @North2World ปีที่แล้ว

    Nice!

  • @parranoic
    @parranoic 7 หลายเดือนก่อน

    Replace [ with '' and ] with ''