Once you create a PowerApp, you need the capability to share the app with users. How do we do that ? Let's take a look. To share a PowerApp, the app has to be saved in the cloud. Local apps cannot be shared. If you are using PowerApps studio, click on File -> Share. This will … Continue reading PowerApps – Sharing apps
Month: April 2017
PowerApps – Passing values between screens
When a user navigates from screen 1 to the screen 2, we want to render content on screen 2 based on the user's selection on the screen 1. To do this we have to pass the selected value(s) to screen 2. Let's check out how to achieve this in PowerApps. Download the sample App from here. In the … Continue reading PowerApps – Passing values between screens
Embedding PowerApps in Power BI Dashboards
It's no secret that PowerApps and Power BI are related or so you might think considering that both products have the word "power" in their names. Although Microsoft is yet to officially introduce the big picture of how Power BI, Power Apps and Flow will come together, having a shared gateway infrastructure between the three … Continue reading Embedding PowerApps in Power BI Dashboards
Power BI and SAP – What Works and What Doesn’t
I run many workshops focused on integration of Microsoft Analytics and SAP. This is not an easy topic to cover due to complexities of the SAP landscape and also because Microsoft Analytics has many moving parts both with respect to its on premise and cloud components. In this article, I will just focus on Power … Continue reading Power BI and SAP – What Works and What Doesn’t
Application Lifecycle Management (ALM) and Power BI
Wikipedia defines Application Lifecycle Management as a set of pre-defined processes that start somewhere in the business as an idea, a need, a challenge or a risk and then pass through different development phases such as requirements definition, design, development, testing, deployment, release and maintenance spanning across an entire lifecycle of a product. As more … Continue reading Application Lifecycle Management (ALM) and Power BI
PowerApps – Navigate between screens
An app typically has more than one screen and we need the capability to navigate it. PowerApps has two functions, Navigate and Back that helps with navigation. Let's check out how these functions work. Download the App from here. Select Next button on the WOD screen. From the properties section pick OnSelect. Notice the formula: Navigate(WODDetails,ScreenTransition.Fade) Here is what … Continue reading PowerApps – Navigate between screens
Price Volume Mix Analysis Using Power BI
EDIT 2020-12-14: the final installment of the three part series on PVM with DAX formulas and the latest video can be found here: https://businessintelligist.com/2020/12/11/dax-for-perfect-price-volume-mix-pvm-calculation-power-bi-tutorial/ EDIT 2020-11-20: the most recent post about this topic, including a video, can be found here:https://businessintelligist.com/2020/11/20/the-definitive-guide-to-price-volume-mix-calculation-pvm-in-power-bi-theory/ EDIT: 202-04-24: I have made some additions to the original post, please see the theory … Continue reading Price Volume Mix Analysis Using Power BI
PowerApps – Dynamically change visibility of controls
I am on a CrossFit high, with the Open just concluded and Regionals about to begin... So I am going to use some of my favorite Hero work outs (WOD) as a sample for this tutorial. There are scenarios where we want to display content based on the user's selection. Here is how to do it. … Continue reading PowerApps – Dynamically change visibility of controls