Power BI

Power BI

9059 bookmarks
Newest
Announcing the general availability of pay-as-you-go for Power Apps
Announcing the general availability of pay-as-you-go for Power Apps
Pay-as-you-go for Power Apps is a new way to pay for Power Apps using an Azure subscription. Pay-as-you-go allows you to share a Power Apps app with any user in your organization and then only pay if and when they use that app.
·powerapps.microsoft.com·
Announcing the general availability of pay-as-you-go for Power Apps
How To SWITCH Power BI TOOLTIP PAGE | Made EASY With Bookmark Navigator
How To SWITCH Power BI TOOLTIP PAGE | Made EASY With Bookmark Navigator
Using the bookmark navigator, I will show you how to let your users choose what is displayed on the tooltip according to their preferences. By using this approach, you are able to switch easily between different tooltip pages without having to create multiple tooltip report pages SUBSCRIBE AND WATC...
Power_BI_tips·community.powerbi.com·
How To SWITCH Power BI TOOLTIP PAGE | Made EASY With Bookmark Navigator
Dataset backup and restore performance just got a lot better
Dataset backup and restore performance just got a lot better
Today, we’re happy to announce significant performance improvements to backup and restore operations for datasets in Power BI. Our benchmark tests with 1GB, 5GB, and 10GB datasets show backups can now be completed up to 22 times faster than before, and the time required for restore operations can also be reduced by more than 30%.
Power_BI_tips·powerbi.microsoft.com·
Dataset backup and restore performance just got a lot better
How to Get Started With Dataverse Solutions
How to Get Started With Dataverse Solutions
This article originally appears on the AvePoint blog as How to Get Started With Dataverse Solutions. Dataverse is sometimes viewed as a database service, but it’s much more than just tables and vie…
·normyoung.ca·
How to Get Started With Dataverse Solutions
Track BI Engine using information Schema
Track BI Engine using information Schema
BigQuery team recently released a fantastic new functionality, when using BI engine, all the statistics are saved in the INFORMATION_SCHEMA. When using BI Engine one major pain was it was not very …
Power_BI_tips·datamonkeysite.com·
Track BI Engine using information Schema
BANK POWER APP UI
BANK POWER APP UI
This is a Bank App UI built with Power Apps using few HTML text and Power Fx.     HTML Text view   Download the package below for new environment setup.
·powerusers.microsoft.com·
BANK POWER APP UI
Thinking about target bands - EXPLORATIONS IN DATA STORYTELLING WITH POWER BI
Thinking about target bands - EXPLORATIONS IN DATA STORYTELLING WITH POWER BI
I’ve come across many charts like this in the wild. They’re not bad charts, they serve a purpose, but they could be better.  Bar charts are created by encoding data by length. It is commonly thought that when people read bars, they are comparing length, not position. The axis starts at 50%, rather than zero,… Continue reading Thinking about target bands
Power_BI_tips·kerrykolosko.com·
Thinking about target bands - EXPLORATIONS IN DATA STORYTELLING WITH POWER BI
Optimising OData Refresh Performance in Power Query for Power BI and Excel
Optimising OData Refresh Performance in Power Query for Power BI and Excel
OData has been adopted by many software solutions and has been around for many years. Most solutions are using the OData is to serve their transactional processes. But as we know, Power BI is an analytical solution that can fetch hundreds of thousands (or millions) rows of data in a single table. So, obviously, OData … Continue reading Optimising OData Refresh Performance in Power Query for Power BI and Excel
Power_BI_tips·www-biinsight-com.cdn.ampproject.org·
Optimising OData Refresh Performance in Power Query for Power BI and Excel
Behind the Scenes – What it Takes to Teach GPT-3 How to Build Low-Code Apps
Behind the Scenes – What it Takes to Teach GPT-3 How to Build Low-Code Apps
Last year, we announced the public preview of Power Apps Ideas, which enables Power Apps makers to take advantage of Microsoft AI technologies that make it easy to write Power Fx formulas with no-code. In this article, we’re going to go behind the scenes to share what it took for the Power Apps engineering team to implement Power Apps Ideas and unveil some of the complexity that’s happening under the covers to support this user experience.
·powerapps.microsoft.com·
Behind the Scenes – What it Takes to Teach GPT-3 How to Build Low-Code Apps
GitHub: jingsta/powershell-playground/master
GitHub: jingsta/powershell-playground/master
Click to run this interactive environment. From the Binder Project: Reproducible, sharable, interactive computing environments.
·mybinder.org·
GitHub: jingsta/powershell-playground/master
Dealing with orphaned Power BI workspaces - Guy in a Cube
Dealing with orphaned Power BI workspaces - Guy in a Cube
What are orphaned Power BI Workspaces and how do you get rid of them? What if you have a lot of them? Adam walks through some options including a PowerShell script! Delete Group/Workspace API: https://docs.microsoft.com/rest/api/power-bi/groups/delete-group AddUserAsAdmin API https://docs.microsoft.com/rest/api/power-bi/admin/groups-add-user-as-admin Power BI PowerShell CMDLETs https://docs.microsoft.com/powershell/power-bi/overview?view=powerbi-ps PowerShell Script: https://github.com/itsnotaboutthecell/PowerBI-cmdlets/blob/master/notebooks/PowerBI_Delete_Orphan_WS.ps1
Power_BI_tips·guyinacube.com·
Dealing with orphaned Power BI workspaces - Guy in a Cube
Kanban Board in Power Apps
Kanban Board in Power Apps
Kanban Board in Power Apps: Step 1 Create a SP list using the Microsoft List template "Work progress tracker" with the following name: Work
·powerusers.microsoft.com·
Kanban Board in Power Apps
How to use Invitation Id of Customer Voice Survey Invitation in Power Automate Flow
How to use Invitation Id of Customer Voice Survey Invitation in Power Automate Flow
Introduction Microsoft introduced Customer Voice in 2020 to get feedback from customers and save it into Customer voice entities in Dynamics 365 CRM. Further, they also introduced new features in  Customer voice. Recently, I was setting up Customer Voice and creating its invitations using Power Au
·inogic.com·
How to use Invitation Id of Customer Voice Survey Invitation in Power Automate Flow
Create Hybrid Tables with Tabular Editor for Power BI? YES!!! - Guy in a Cube
Create Hybrid Tables with Tabular Editor for Power BI? YES!!! - Guy in a Cube
Hybrid Tables are an incredibly powerful feature in Power BI. But what if you wanted to create them outside of Power BI Desktop? Patrick shows you how you can do just that in Tabular Editor! –This Year let Source = Sql.Databases(“servername”), AdventureWorksDW = Source{[Name=”databasename”]}[Data], internetsales = AdventureWorksDW{[Schema=”dbo”,Item=”pbi_InternetSales”]}[Data], thisyear = Table.SelectRows(internetsales, each Date.IsInCurrentYear([OrderDate])) in thisyear –Last […]
Power_BI_tips·guyinacube.com·
Create Hybrid Tables with Tabular Editor for Power BI? YES!!! - Guy in a Cube