- 8
- 5 844
Joseph Chua
Приєднався 29 кві 2018
Welcome to ConsultJC! 🎉
Get ready to supercharge your productivity and data insights with our content-packed videos on M365, Power BI, Power Apps, Power Automate, Tableau, SharePoint, Python, and a whole lot more! 🚀
Whether you're a beginner looking to learn the basics or an experienced pro seeking advanced tips and tricks, my channel has something for everyone. 📚
Explore in-depth tutorials, hands-on demonstrations, and expert insights that will empower you to harness the full potential of these powerful tools and technologies. 💡
Stay up-to-date with the latest industry trends, updates, and best practices as we bring you valuable content to enhance your skills and make you more efficient in your day-to-day tasks. 💼
Feel free to connect with me if you'd like to discuss Power BI, data security, or anything tech-related: www.linkedin.com/in/joseph-chua-62b6a6129/
Thanks for stopping by, and we look forward to having you with us on this amazing learning adventure! 🙌
Get ready to supercharge your productivity and data insights with our content-packed videos on M365, Power BI, Power Apps, Power Automate, Tableau, SharePoint, Python, and a whole lot more! 🚀
Whether you're a beginner looking to learn the basics or an experienced pro seeking advanced tips and tricks, my channel has something for everyone. 📚
Explore in-depth tutorials, hands-on demonstrations, and expert insights that will empower you to harness the full potential of these powerful tools and technologies. 💡
Stay up-to-date with the latest industry trends, updates, and best practices as we bring you valuable content to enhance your skills and make you more efficient in your day-to-day tasks. 💼
Feel free to connect with me if you'd like to discuss Power BI, data security, or anything tech-related: www.linkedin.com/in/joseph-chua-62b6a6129/
Thanks for stopping by, and we look forward to having you with us on this amazing learning adventure! 🙌
Prefilling Microsoft Forms Dynamically
Welcome to my channel! In this video, I’ll show you how to prefill Microsoft Forms dynamically using Power Automate. This step-by-step tutorial will guide you through the process of automating form responses, making your data collection more efficient and streamlined.
What You’ll Learn:
-Setting up Power Automate to connect with Microsoft Forms
-Creating dynamic content for form fields
-Automating the prefill process based on user inputs
-Practical examples and use cases
If you have any questions or need further assistance, feel free to leave a comment below. Also, connect with me on LinkedIn for more updates and professional networking: www.linkedin.com/in/joseph-chua-62b6a6129/
Thanks for watching!
What You’ll Learn:
-Setting up Power Automate to connect with Microsoft Forms
-Creating dynamic content for form fields
-Automating the prefill process based on user inputs
-Practical examples and use cases
If you have any questions or need further assistance, feel free to leave a comment below. Also, connect with me on LinkedIn for more updates and professional networking: www.linkedin.com/in/joseph-chua-62b6a6129/
Thanks for watching!
Переглядів: 140
Відео
Creating Row Level Security In Power Bi
Переглядів 1332 місяці тому
In this video, I'll walk you through how to create and manage security roles in Power BI. You'll learn step-by-step how to restrict data access, ensuring the right users see the right information, and how to set up dynamic security for more flexible control. Perfect for Power BI users looking to enhance data security in their reports and dashboards.If you found this video helpful, don't forget ...
Getting Employee ID Automatically In PowerApps Using Microsoft Graph
Переглядів 6425 місяців тому
Unlock the full potential of PowerApps with my latest tutorial! 🚀 Discover the seamless integration of Microsoft Graph to automatically retrieve employee IDs, streamlining your workflow and enhancing productivity. This step-by-step guide is a game-changer for all app developers looking to leverage the power of automation in their solutions. Don't miss out on this opportunity to transform your P...
Submitting Multiple Forms In PowerApps
Переглядів 1,8 тис.6 місяців тому
Dive into my latest PowerApps tutorial where I share my method for submitting multiple forms with just a few clicks. If you've ever struggled with managing several forms in PowerApps, this video is for you! 🔍 What I'll Cover: - My personal strategy for using the `Patch` function to submit data from various forms. - My approach to ensuring all forms submit data accurately and without a hitch. - ...
Travel Request Approvals With Power Automate
Переглядів 3887 місяців тому
Tired of Manual Travel Request Approvals? Automate it with Power Automate! This video will show you how to streamline your travel request process using Microsoft Power Automate. We'll walk you through creating a flow that automatically sends requests to managers for approval, eliminating the need for paper forms and endless emails. In this video, you'll learn: How to set up a Power Automate flo...
Loading Microsoft Planner To Power Bi
Переглядів 2,6 тис.10 місяців тому
In this video, I will show you how to connect Microsoft Planner to Power BI. By doing so, you can visualize your Planner data in Power BI and create insightful reports. We will walk you through the process of exporting your Planner plans into a pre-defined Power BI template. I will also provide you with some tips and tricks to make the most out of this integration. Watch the video to learn more!
Sending emails through excel
Переглядів 9311 місяців тому
In this video, we will show you how to send emails through Excel. Sending emails manually can be time-consuming and tedious, but with Excel, you can automate the process and save yourself a lot of time. We will demonstrate how to use Power automate to send emails directly from your Excel workbook. This method is easy to follow and requires no additional software. If you find this video helpful,...
Thanks for the video! Very detailed and helpful :D always look forward to learn Smtg new from the content you upload
Thank you for supporting 🎉
I have an issue with the upload process in Power BI. I received an error message stating, 'An unexpected character was found in JSON input.' I checked my JSON code, and it appears correct. Do you know how to fix this?
What would you do if you had to patch to 3 lists and 3 forms, instead of 1 list.
@@TannaGaming do you intend to patch to 3 lists with one form? Else from what I’m understanding is that you’re trying to patch to 3 different lists with 3 different forms? 😁
@@ConsultJC Patch to 3 different lists and 3 different forms. Thanks.
@@TannaGaming perhaps what you could do is with the click of a button // Submit data for Form1 to SharePointList1 Patch( SharePoint List1, Defaults(SharePoint List1), Form1.Updates ); // Submit data for Form2 to SharePoint List2 Patch( SharePoint List2, Defaults(SharePoint List2), Form2.Updates ); // Submit data for Form3 to SharePoint List3 Patch( List3, Defaults(SharePoint List3), Form3.Updates ) hopefully that helps?
@@ConsultJC Yes it worked! I just had to add single quotation marks to everywhere my list is referenced. Example: Patch('List Name1', Defaults('List Name1'), Form1.Updates) Thanks for responding I really appreciate this.
great and to the point. Good Job!
Glad it was helpful!
Thanks! 🙏
You're welcome!
Thank you so much for providing this informative video on how to get Employee ID in PowerApps! Your clear and detailed explanation made the process easy to understand. I really appreciate the step-by-step guidance. Looking forward to more videos like this with such great explanations!🤝
Glad it was helpful 😊
Great video! What about multiple plans that are in one Teams channel? Thanks
Hi Gvalen, i think for this might be better to use microsoft graph to link straight to power bi. All you need to get is the url of the planner and once you have it: Open Power BI and click on Get Data > OData Feed. Paste the following URL: e,g graph.microsoft.com/v1.0/me/Planner/#/plancharts?groupId=69787867........................................ Make sure you select your Organizational account to connect and sign in. Proceed with your data modeling and report creation Hope this helps :)