Quantcast
Channel: SQLBI
Browsing latest articles
Browse All 434 View Live

Image may be NSFW.
Clik here to view.

Sorting duplicated names in a level of a hierarchy with DAX

This article describes how to use DAX calculated columns to sort names that look like duplicates at a certain level of a hierarchy, but are unique when considering their full path within the hierarchy....

View Article


Image may be NSFW.
Clik here to view.

7 reasons DAX is not easy

DAX is simple, but it is not easy. I cannot remember how many times I read this sentence on social media, attributed to me. For good reason: I have repeated this sentence at almost every classroom...

View Article


Image may be NSFW.
Clik here to view.

Distinguishing HASONEVALUE from ISINSCOPE

This article describes the differences between HASONEVALUE and ISINSCOPE, which are two useful DAX functions to control the filters and the grouping that are active in a report. HASONEVALUE and...

View Article

Image may be NSFW.
Clik here to view.

Introducing LOOKUPVALUE

This article shows the reader how to use LOOKUPVALUE, which is a handy function for any developer to have in their toolbelt. LOOKUPVALUE is one of the most widely used functions, especially for DAX...

View Article

Image may be NSFW.
Clik here to view.

Creating Calculation Groups in Power BI Desktop

Something really big is happening! The July 2020 version of Power BI Desktop allows you to create calculation groups in Power BI Desktop, thanks to the new “external tools” feature that enables the...

View Article


Image may be NSFW.
Clik here to view.

Creating calculation groups in Power BI Desktop using Tabular Editor

Learn how to create your first calculation group in Power BI Desktop using Tabular Editor in this step-by-step video.

View Article

Image may be NSFW.
Clik here to view.

Mark as Date table

Tabular models (including Power BI) require marking the Date table as a date table to get appropriate results with time intelligence calculations. This article explains why this setting is required. We...

View Article

Image may be NSFW.
Clik here to view.

Arbitrary combination of measures and calculation items

The consumption experience following the introduction of calculation groups needs to be improved in Power BI. For example, the immediate advantage of having a time intelligence calculation group is...

View Article


Image may be NSFW.
Clik here to view.

Understanding LOOKUPVALUE

The LOOKUPVALUE function retrieves values from a table in a simple way, but it involves a hidden level of complexity. This article provides full coverage of the LOOKUPVALUE internals, alongside several...

View Article


Image may be NSFW.
Clik here to view.

Analyze in Excel for Power BI Desktop

Analyze in Excel for Power BI Desktop is an external tool for Power BI Desktop that with a single click creates a new Excel PivotTable connected to the data hosted in Power BI Desktop. By installing...

View Article

Image may be NSFW.
Clik here to view.

Introducing Analyze in Excel for Power BI Desktop

Less than a month ago, Microsoft introduced the External Tools feature in the Power BI Desktop July 2020 release. By using DAX Studio, you were already able to create a PivotTable in Excel connected to...

View Article

Image may be NSFW.
Clik here to view.

DAX Patterns, Second Edition

LAUNCH OFFER: the books on Amazon, Apple, and Google stores have a reduced price until August 31, 2020. Starting September 1, 2020, the ebook copy will be sold at US$ 29.99 and the paperback at US$...

View Article

Image may be NSFW.
Clik here to view.

Announcing DAX Patterns second edition

Great news! Just one year after releasing the second edition of The Definitive Guide to DAX, we just published a new website, a new book, and a new collection of videos: the second edition of DAX...

View Article


Image may be NSFW.
Clik here to view.

Default calculation item in calculation groups

Power BI offers several options to create filters and slicers in a report. However, it is not possible to define a default filter at the model level so that every new report on a dataset automatically...

View Article

Image may be NSFW.
Clik here to view.

Creating KPIs in Power BI Desktop

This article describes how to create Key Performance Indicators (KPI) in a Power BI Desktop data model by using Tabular Editor. Starting from the July 2020 version, Power BI Desktop offers the...

View Article


Image may be NSFW.
Clik here to view.

The hard truth in numbers

We all have biases. Personally, I kick myself whenever I identify that I have applied my biases when doing an evaluation of any kind. Unfortunately, this happens often because I work with numbers every...

View Article

Image may be NSFW.
Clik here to view.

Using calculation groups to selectively replace measures in DAX expressions

This article describes how to use calculation groups to dynamically replace only a partial expression in a complex DAX calculation. This article contains a shorter technical description of the...

View Article


Image may be NSFW.
Clik here to view.

Understanding the difference between LASTDATE and MAX in DAX

This article explains why in many cases, MAX should be used instead of LASTDATE to search for the last date in a time period using DAX. Many DAX newbies use LASTDATE to search for the last date in a...

View Article

Image may be NSFW.
Clik here to view.

Creating a simpler and chart-friendly Date table in Power BI

A Date table in Power BI can have a smaller number of columns by leveraging custom format strings to adequately control the chart visualization and the sort order. Implementing a classic Date table A...

View Article

Image may be NSFW.
Clik here to view.

Creating a service principal account for Power BI API

This article and its companion video describe how to create a service principal account to be used with the Power BI API. The reader must already be familiar with the Power BI API. There are many...

View Article

Image may be NSFW.
Clik here to view.

External Tools for Power BI – London Power BI User Group

Power BI has an integration with external tools that can provide additional features and improve the productivity of report authors. In this session we see how this integration works and we analyze a...

View Article


Image may be NSFW.
Clik here to view.

Set functions in DAX: UNION, INTERSECT, and EXCEPT

This article describes the behavior of the DAX functions that manipulate sets; they are useful to create queries and sometimes also to author measures. In this article we refer to “set functions” as...

View Article


Image may be NSFW.
Clik here to view.

Dynamic format strings with calculation groups

This article shows two techniques based on calculation groups: how to implement dynamic format strings in regular measures, and how to perform weight conversion on the fly. Each product in Contoso...

View Article

Image may be NSFW.
Clik here to view.

KPIs in Tabular models for Power BI and Excel

A Tabular model can define a measure as a Key Performance Indicator (KPI), thus providing a visual indicator for status and trend. This article describes in detail the KPI settings needed to get the...

View Article

Image may be NSFW.
Clik here to view.

Formula engine and storage engine in DAX

This article explains the roles of the formula engine and of the storage engine used to execute DAX queries. A large amount of Power BI users use DAX to write measures and calculated columns. However,...

View Article


Image may be NSFW.
Clik here to view.

RANKX on multiple columns with DAX and Power BI

This article shows techniques to obtain a ranking based on more than one column. The ranking can be both static and dynamic. DAX offers the RANKX function to compute ranking over a table, based on...

View Article

Image may be NSFW.
Clik here to view.

Optimizing memory settings in Analysis Services

This article describes the memory configuration in SQL Server Analysis Services and Azure Analysis Services. Modifying these settings may impact performance and memory errors. When you manage instances...

View Article

Image may be NSFW.
Clik here to view.

Using calculation groups to switch between dates

This article shows how to use calculation groups to change the active relationship in a model in order to let users choose among multiple dates. It is common to find multiple dates in your Sales table....

View Article

Image may be NSFW.
Clik here to view.

Import vs. DirectQuery in Power BI

Should you use Import or DirectQuery data connectivity mode for your Power BI models? Let’s make the right choice by comparing the performance and scalability of the two options!

View Article



Image may be NSFW.
Clik here to view.

New composite models in Power BI: A milestone in Business Intelligence

Power BI sets a new milestone in Business Intelligence: Marco describes the importance of new composite models in an article, and Alberto shows them in action in a video. Microsoft released a new...

View Article
Browsing latest articles
Browse All 434 View Live