Power BI

Power BI

9059 bookmarks
Newest
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...
·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%.
·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…
tommypuglia·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 …
·datamonkeysite.com·
Track BI Engine using information Schema
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
·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
·www-biinsight-com.cdn.ampproject.org·
Optimising OData Refresh Performance in Power Query for Power BI and Excel
Extract refresh metrics for your entire Power BI workspace
Extract refresh metrics for your entire Power BI workspace
In the Power BI service, you can easily look at refresh times for an individual dataset or dataflow. There are many different reasons why these metrics are important to you as a dataset or dataflow…
·data-marc.com·
Extract refresh metrics for your entire Power BI workspace
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.
tommypuglia·powerapps.microsoft.com·
Behind the Scenes – What it Takes to Teach GPT-3 How to Build Low-Code Apps
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
·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
tommypuglia·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
tommypuglia·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 […]
·guyinacube.com·
Create Hybrid Tables with Tabular Editor for Power BI? YES!!! - Guy in a Cube