Build Power BI Style Reporting with Just Power Apps | Create Beautiful Reports Easily

Поділитися
Вставка

КОМЕНТАРІ • 47

  • @Joebb3Games
    @Joebb3Games Рік тому +5

    I've learned SO much from you, Shane. I'm a VB programmer and Interface designer, so Powerapps is SUPER fun, but super frustrating due to now "Step in" debugger, but your tutorials help a lot!! I'm off to add this to my current app. I have the perfect place for it. Thanks brother!

    • @ShanesCows
      @ShanesCows  Рік тому +1

      Awesome and glad to help 😎

  • @spen2431
    @spen2431 Рік тому +3

    Nice one Shane. Yes, Power BI could be better, but seeing the art of the possible is always interesting. ⭐⭐⭐⭐⭐

    • @ShanesCows
      @ShanesCows  Рік тому +1

      Thanks Spen. That was exactly my goal. 😎

  • @ramitkishoresaha9437
    @ramitkishoresaha9437 Рік тому +1

    Every time I see your videos, I learn something new. Thanks!❤

  • @kuvat
    @kuvat Рік тому +2

    I'm in the middle of building two tables in an app but I was doing it with TONS of containers. I may leave the completed one and build the other with HTML and compare/contrast them. Thanks for the idea!!

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

      Glad to help. Good luck Craig. 😎

  • @oluwatobipaul6171
    @oluwatobipaul6171 Рік тому +1

    Awesome use of html. Thank you Shane

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

      HTML is a great Power Apps skill

  • @jacksonbrumbaugh9706
    @jacksonbrumbaugh9706 Рік тому +2

    whole-heartedly 2nd the desire for dark-mode in PowerApps!!!

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

      Love it! Lets do it so I can stop using 😎 when I build.

  • @paolovr1970
    @paolovr1970 Рік тому +1

    Thanks again SHANE 🙏🙏🙏

  • @cmacdhon
    @cmacdhon Рік тому +1

    This is amazing! Thank you Shane!!!!

  • @dougydoe
    @dougydoe Рік тому +1

    This is brilliant, Shane. Video's like this and those from Kristine inspires me to use my Web skills more in PowerApps. I did quite a bit of Web front-end before picking up Power Platform so I need to use all the HTML's and CSS's more. Really liked it and Thanks for sharing.

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

      Awesomeness! Happy to help. Have a great day. 🐶

  • @davidmckenzie1889
    @davidmckenzie1889 Рік тому +1

    Shane, it is even possible to make future changes easier by using $ notation (don't know if this is the correct name) for the strings - so instead of "" & varTR & varTD & "...etc" you use $"{varTR}{varTD}...etc". You would probably need to put the conditional colour IFs and the currency formatting into the WITH scope but this would also help if the customer decides to change the 95% to 90% or show the values with no cents as all the changes would be grouped together.
    But another great video that gives me an idea I can expand upon.

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

      Thanks David - I know about that other way of concatenating it just doesn't resonate with my non-dev brain. 😐

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

      @@ShanesCows It didn't resonate with my brain until about a week ago! I still tend to use & for most things.

  • @PowerAppsTutorial
    @PowerAppsTutorial Рік тому +2

    ha ha ha... I will do everything to create an amazing report in my canvas apps before admitting to someone "You may want to use Power BI". We have so much in common, @shane. #bromance

  • @fnanfne
    @fnanfne Рік тому +1

    Cool! I've got reporting in most of my apps already, but will use some of your ideas ta! What is the benefit of using this 'With' function, as opposed to just creating the required variables in a normal fashion?

    • @ShanesCows
      @ShanesCows  Рік тому +1

      If you only need the info in this one control then With is more efficient. If you need to reuse the data elsewhere then use a variable.

  • @jacksonbrumbaugh9706
    @jacksonbrumbaugh9706 Рік тому +1

    in case no one else says it ...
    there most certainly is many ways to bold text in HTML 😎

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

      I had never used Strong until I saw it in Power Apps. I grew up with BOLD. 🤩

    • @kuvat
      @kuvat Рік тому +1

      @@ShanesCows Yep. BOLD got depreciated along with ITALICS.

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

      Boo! I still love them. Guess that is what happens when you started writing HTML in the 90s 😲

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

      underline :D

  • @hostrup001
    @hostrup001 Рік тому +1

    Nice 😊

  • @jeroentournier
    @jeroentournier Рік тому +1

    I would have used a Gallery instead of HTML. Any thoughts on that?

    • @ShanesCows
      @ShanesCows  Рік тому +1

      Because the way the data was formatted it was easier for me to write it this way. Also I needed to make it responsive. I am sure a gallery could have worked but this was the path of least resistance for me.

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

    Hello Shane, sorry for this beginner question. In order to have dynamic updated information, would you have to create a flow to put excel files into same folder to have information update?

  • @brianleewilliams
    @brianleewilliams Рік тому +1

    Is it possible to pull Power BI data into the power app?

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

      Brian I am not sure. I know that flow can get PBI data and then write it somewhere, not sure if POwer Apps can do the same or not.

  • @andrianrachmat9743
    @andrianrachmat9743 8 місяців тому

    hi, i have a problem when trying your tutorial. i have created data in excel, and for the number format setting i "set as number". but when my number format is "set as number", the data does not appear in power apps. when i try to change the number format "set as general" or "text", the data appears in power apps but i cannot use if logic. when i return "set as number", the if logic works, but the numbers do not appear in power apps.

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

    He he, .. Shane, you're clever and you know that you took just simple example where you manually type each row. Thank you for that, it's great, but...
    what if one needs listed all records from the gallery/table etc? There is no true loop in Powerapps. Can I somehow embed a gallery in HTML? How to solve this and get proper report listing items? Could you please make a video about it?

  • @TheNewBoss2012
    @TheNewBoss2012 Рік тому +1

    Hi, thanks for sharing. I think it would be more correct to perform all the conditions by using assignment to variables at the screen or app level.
    That way it will be more convenient to maintain it.

    • @ShanesCows
      @ShanesCows  Рік тому +1

      If you were going to use them other places then yes. For me I only use them in this one control so this is the most efficient use of resources keeping them scoped to just the control.

  • @angrybatvoice
    @angrybatvoice Рік тому +1

    My first question is always “Does it come in black?” +1 for Dark Mode in Power Apps Studio.

    • @ShanesCows
      @ShanesCows  Рік тому +1

      You are the Dark Knight after all. 😎

  • @joselin4753
    @joselin4753 Рік тому +1

    Hey, shane
    Is there any way we can create webpage using html and use SharePoint as backend??

    • @ShanesCows
      @ShanesCows  Рік тому +1

      Maybe? I am not sure. I haven't tried to do anything like that in YEARS so I don't know.

  • @bigpix2000
    @bigpix2000 Рік тому +1

    The last frontier for those who say "those trees are already dead" aka folks who want to "print" the report (which is a scroll away from a full view), how would we print that HTML report? Could we Print() and load in the HTML instead of the Screen? (anyone?)

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

      In these cases I usually recommend generating a PDF and then having them print that. But there may be more creative options, not sure. Did you see this idea? ua-cam.com/video/m4Fu9af2h1c/v-deo.html