Tag: Power BI

Built-in Column Sort Order in Power BI
Built-in Column Sort Order in Power BI
Blog Posts

The sort by column feature of Power BI hides some potentially unwanted complexities. This blog post shows how you can avoid having to sort a column by another column while maintaining a custom sort order. The problem Here’s a typical example: you sort month names by month numbers. Let’s say you want to remove filters… READ MORE

Organize and Monitor the Power BI Scheduled Refreshes
Organize and Monitor the Power BI Scheduled Refreshes
Blog Posts

With Power BI you can set up a scheduled refresh of any dataset which have an accessible data source. But you must be aware of, how many refreshes are at the same time. With every particular capacity you have only limited parallel refreshing resources. So, you can only refresh one dataset at the same time… READ MORE

Single-letter day and month names in Power BI
Single-letter day and month names in Power BI
Blog Posts

Occasionally in Power BI, you may want to display day or month names as single letters to save space. This may result in duplicates because neither day nor month names are unique when you shorten them to one letter. In this blog post, I’m showing two solutions to the problem: one in DAX and one… READ MORE

Exploring Power BI In Microsoft Teams
Exploring Power BI In Microsoft Teams
Blog Posts

In this article, we will be talking about the new Power BI experience in Microsoft Teams. During Ignite 2020, Microsoft announced that users can now use Power BI Service from teams without leaving the context of Teams. This feature is very useful for modern workspace users where we can use Microsoft Team as a centralized… READ MORE

Slicer Pain Relief in Power BI!
Slicer Pain Relief in Power BI!
Blog Posts

Hidden gems! Slicer Pain Relief in Power BI! Power BI is full of them…Sometimes, you find them after thorough research, and sometimes they just appear out of nowhere. This post won’t be long – it’s just an homage to Power BI and one of its handy features that will make your life easier in specific… READ MORE

Automate your Power BI Reports Deployment using Azure DevOps
Automate your Power BI Reports Deployment using Azure DevOps
Blog Posts

This article will guide you through the implementation of CI/CD pipelines using Azure DevOps. This will enable you to deploy your local report to your Power BI service automatically. To show you how it works, I will use an extension called Power BI Actions, available for free on the Visual Studio marketplace. Azure Portal Create a… READ MORE