Power BI

Power BI

7501 bookmarks
Newest
Business Ops Update: Bugfix -
Business Ops Update: Bugfix -
We have just published a bugfix release for Business Ops; Version 2.0.2 is now available for download. Please see the instructions for details.
·powerbi.tips·
Business Ops Update: Bugfix -
Using DAX as a Query Language
Using DAX as a Query Language
Enhance your performance testing and measure tuning skills by learning DAX as a query language.
·elegantbi.com·
Using DAX as a Query Language
Swap connection from Analysis Services to Power BI dataset
Swap connection from Analysis Services to Power BI dataset
A while ago, I wrote a blog about migrating Analysis Services dataset to Power BI Premium. Back then there were not many options to do so, today there are many more like ALM toolkit. Though, the re…
·data-marc.com·
Swap connection from Analysis Services to Power BI dataset
Finding the lowest value and highlighting in DAX | Power BI - Guy in a Cube
Finding the lowest value and highlighting in DAX | Power BI - Guy in a Cube
Sometimes you want to highlight the lowest value in a Power BI visual. First you need to find it! Then you can highlight it. What if you want to ANIMATE it? Patrick shows you how to do just that! ALLSELECTED() article: https://www.sqlbi.com/articles/the-definitive-guide-to-allselected/
·guyinacube.com·
Finding the lowest value and highlighting in DAX | Power BI - Guy in a Cube
Power BI Report Server September 2021 Feature Summary
Power BI Report Server September 2021 Feature Summary
We’re excited to bring you a new version of Power BI Report Server this Fall! With the September 2021 update, we have a variety of new enhancements, including line charts improvements, new formatting options for buttons, small multiples new feature, and new Model View.
·powerbi.microsoft.com·
Power BI Report Server September 2021 Feature Summary
Security Group Support for Log Analytics Integration (Preview)
Security Group Support for Log Analytics Integration (Preview)
AD Security Group support is now available for Log Analytics for Premium workspaces. This allows Tenant administrators to control which Workspace admins can use the Log Analytics integration to log activities from their Power BI workspace.
·powerbi.microsoft.com·
Security Group Support for Log Analytics Integration (Preview)
Power BI Adoption Roadmap Assessment
Power BI Adoption Roadmap Assessment
After some time off from blogging, I'm finally back! During the last couple of months, I've been working on something a little bit different, so no, this time you won't see a huge post or some tutorial on how to do some fancy trick with a visual in Power BI. In this blog post, we are going to talk about Power BI Adoption! If you're not yet familiar with the topic, I highly recommend you to have a look at this documentation available on Microsoft Docs (everything I've done was based on this serie
·datapears.com·
Power BI Adoption Roadmap Assessment
Count Stints for Employees - DAX Challenge - Goodly
Count Stints for Employees - DAX Challenge - Goodly
Recently while working on a consulting project, I came across a very interesting problem. It was interesting enough, that I am passing it on to you.   Consider this Employee Data The data represents an employee role for each month, since the employee’s joining date. Each row means 1 employee assigned to a certain role [...]
·goodly.co.in·
Count Stints for Employees - DAX Challenge - Goodly
Increasing DAX Filter Speed and Efficiency | Purple Frog Systems
Increasing DAX Filter Speed and Efficiency | Purple Frog Systems
To understand how a filter can affect performance, first we need to understand what a filter is. A filter is a temporary table that is created on demand, held in memory, and then used as a reference for the function being filtered. The rows of the temporary filter table are all DISTINCT. This is because […]
·purplefrogsystems.com·
Increasing DAX Filter Speed and Efficiency | Purple Frog Systems
Batch conversion of headers and column values - Microsoft Power BI Community
Batch conversion of headers and column values - Microsoft Power BI Community
Scenario: Suppose I have many columns which both column names and fields look untidy.  I want to do some transformations for them in batches. For example, replace multiple spaces as single space and uppercase each first character of word so that the table would look neater.   Sample data: Expected ...
·community.powerbi.com·
Batch conversion of headers and column values - Microsoft Power BI Community