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

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

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

  • @jacobparker6460
    @jacobparker6460 10 месяцев назад +3

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

  • @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 7 месяцев назад +1

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

  • @JaimeGarcia-fj5by
    @JaimeGarcia-fj5by 6 месяцев назад +3

    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.

  • @carlosmagnosantossilva9920
    @carlosmagnosantossilva9920 10 месяцев назад +1

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

  • @jdduf
    @jdduf 9 месяцев назад

    Many thanks for this tutorial! For the most part, this worked for me, but I found that my dataset is returning to PowerApps with a LOT of empty rows. Do you have any suggestions for getting the empty rows out? I attempted to filter these out in my PowerBI query but this didn’t change the results. Thank you!

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

    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.

  • @nishaboby6213
    @nishaboby6213 8 месяцев назад

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

  • @MahaduMukir-k1j
    @MahaduMukir-k1j 6 месяцев назад +1

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

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

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

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

  • @manouk691
    @manouk691 6 месяцев назад +1

    Wow, thank you!

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

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

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

    Great content, thanks for sharing

  • @mrutuber4496
    @mrutuber4496 7 месяцев назад

    Thank you🎉❤

  • @viniscera-97
    @viniscera-97 Год назад

    Amazing! Thanks

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

  • @piotrkuc8936
    @piotrkuc8936 5 месяцев назад

    Thank you!

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

    Nice!

  • @parranoic
    @parranoic 6 месяцев назад

    Replace [ with '' and ] with ''