power bi dev camp
75 TopicsRegression Analysis in Power BI
Explore the relationship between employee experience and salary growth through a simple regression analysis using Power BI's Python visualization tool. This step-by-step guide demonstrates how to source data from Excel, create visual regression models with Python, and interpret results that reveal how salary scales with experience. Perfect for those looking to optimize hiring and compensation strategies, this analysis highlights valuable insights into workforce trends.13KViews6likes1CommentPower BI Dev Camp | Developing in Salesforce with Power BI Embedding - August 26th at 11a PDT
Looking for a way to surface Power BI reports on pages in a Salesforce organization? This session will teach you how to embed reports in Salesforce using either User-Owns-Data embedding or App-Owns-Data embedding.4.8KViews6likes2CommentsPower BI DataViz World Championships (Arabic)
In this video, we provide a detailed explanation of the Power BI DataViz World Championships in Arabic. We go over the competition details, how to participate, evaluation criteria, and the amazing prizes you can win—including a trip to attend the Microsoft Fabric Community Conference in Las Vegas! 🎉 📢Don’t miss this opportunity! Join the challenge and showcase your creativity in data visualizations. 🔗Competition link: https://aka.ms/pbidvwc?ocid=fabric25_... 🔗Follow us for more updates and resources: https://lnk.bio/SudanPlatformFabric #SudanFabricUserGroup #DataVizChampionships #PowerBI #FabricCommunity #FabCon watch?v=ju4O_C4fieU?si=PY4q1EuVWAoEAsDr3.5KViews1like0CommentsHow to Add/change Deployment Pipeline's Admin in Power BI if not have access due to limitation
Quick Info : We have “Deployment Pipelines” in PowerBI which is the best way to use Workspace and content of power bi as Test Dev and PROD. More Info: https://docs.microsoft.com/en-us/power-bi/create-reports/deployment-pipelines-overview Currently, Deployment Pipeline has a Limitation where you cannot add/change the Pipeline assigned to the workspace if the user has not been given the rights on the pipeline. You should have Administrator Rights to run the Rest API for that workspace and azure directory ( Basically a Power BI Admin) Problem : Someone assigned the Workspace to his/her pipeline and left the organization. Did not add any other user/group to access the pipeline as per the recommendations. There is no way you can Assign yourself or your group to Pipeline and fix it.11KViews6likes5CommentsPowerBI - Custom Sort
Custom Sorting with Power BI Custom sorting in Power BI can significantly enhance the clarity and impact of your data visualizations. However, users often encounter several challenges when setting up custom sorts. Here’s a look at some of the common hurdles and how to overcome them: Step 1 Create a Custom Table with all the category either manually in Power Query or read from source. Create a new column beside and provide the number in the order you want to arrange. Step 2 Create a relationship between the column in actual table to the custom sort table. Step 3 Create a column in Actual table with an expression. Sort order = RELATED(CustomSortTable[Sort]) Step 4 Select the column you want to sort, and a “Column Tools” menu bar will appear at the top. Now Select the “Sort by column” and select the sort order column.10KViews3likes1Comment
