Power BI

Power BI

7501 bookmarks
Newest
Admin Monitoring of Power BI Usage in Excel
Admin Monitoring of Power BI Usage in Excel
Learn how admins can get insights on users who are connecting to Power BI datasets from Excel with the Power BI activity logs
·powerbi.microsoft.com·
Admin Monitoring of Power BI Usage in Excel
Authoring a Power BI Dataflows Solution - DataChant
Authoring a Power BI Dataflows Solution - DataChant
Now that we have introduced the technology in the previous blog post, Introduction to Power BI Dataflows, this post will cover topics about the authoring experience, some important considerations, basic architecture, and Do’s and Dont’s.
·datachant.com·
Authoring a Power BI Dataflows Solution - DataChant
Business Intelligence Components and How They Relate to Power BI - BI Insight
Business Intelligence Components and How They Relate to Power BI - BI Insight
When I decided to write this blog post, I thought it would be a good idea to learn a bit about the history of Business Intelligence. I searched on the internet, and I found this page on Wikipedia. The term Business Intelligence as we know it today was coined by an IBM computer science researcher, … Continue reading Business Intelligence Components and How They Relate to Power BI
·biinsight.com·
Business Intelligence Components and How They Relate to Power BI - BI Insight
Resources and recap of SQL Bits
Resources and recap of SQL Bits
Last week, I had the pleasure to meet up with the amazing community again in London at SQL Bits. As very first thing, I want to express my appreciation and gratitude to those who were in the organi…
·data-marc.com·
Resources and recap of SQL Bits
Power BI March 2022 Feature Summary
Power BI March 2022 Feature Summary
Welcome to the March 2022 update. We are happy to announce a couple new features this month! How about error bars for line charts and dynamic format strings support for all chart elements? Also, we have some updates to the Azure Maps visual and Sensitivity labels, datasets hub and Power BI Goals. There is more to explore, please read on.
r line charts and dynamic format strings support for all chart elements? Also, we have some updates to the A
·powerbi.microsoft.com·
Power BI March 2022 Feature Summary
Top Five Myth and Misconceptions about Power BI
Top Five Myth and Misconceptions about Power BI
What are the rumors and misconceptions about Power BI out there which are not correct? in this article, you will learn about those.
·radacad.com·
Top Five Myth and Misconceptions about Power BI
Script for Referential Integrity Check Measures
Script for Referential Integrity Check Measures
Making sure that you do not have referential integrity problems is not easy. The Script for Referential Integrity Check Measures will automate most of the work.
·esbrina-ba.com·
Script for Referential Integrity Check Measures
Chris Webb's BI Blog: The ExtAuth Trace Event In Power BI
Chris Webb's BI Blog: The ExtAuth Trace Event In Power BI
When you’re looking at the Log Analytics data for your Power BI Premium dataset, or studying a Profiler trace, you may see a command called ExtAuth in the OperationDetailName column: It is do…
·blog.crossjoin.co.uk·
Chris Webb's BI Blog: The ExtAuth Trace Event In Power BI
How to return BLANK instead of zero - SQLBI
How to return BLANK instead of zero - SQLBI
This article describes how to return BLANK instead of zero in a DAX measure. Using this technique, you can remove rows in a Power BI matrix visual where the
·sqlbi.com·
How to return BLANK instead of zero - SQLBI
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
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
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
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