Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Find articles, guides, information and community news

Most Recent
V-lianl-msft
Community Support
Community Support

We can do many amazing things through DAX functions, this time I want to share the DAX formula about how to calculate the distance between two locations. And based on this, we can apply it in many advanced scenarios. 

Read more...

v-lili6-msft
Community Support
Community Support

This is a blog about how to fuzzy match the dirty data and horizontal display the corresponding table

Read more...

Anonymous
Not applicable

We all write our codes in a proper format so that readability and understanding of codes become easy. While working with POWER BI, we use DAX Expressions to write our measures and calculated columns. We know that formatting is not required in DAX. It’s normal to see DAX expressions that span over 10 to 20 -lines or more, depending on the complexity and requirements. Sometimes we ignore DAX format as it is time-consuming, and we need to press ALT+ENTER for the new line, which is out of habit for all of us. There is too much ambiguity, and a lack of official specification makes it even harder to comprehend. Whenever I am working with Power BI, I use the following technique to measure it. 

Read more...

v-lili6-msft
Community Support
Community Support

This is a blog about Count the number of successes/failure and combine the reasons for failure for each machine.

Read more...

V-lianl-msft
Community Support
Community Support

When calculating in the date dimension, sometimes we only want to calculate the Data in workday. In that case, we will need to get rid of holidays or weekends. This blog will show you how to create a calendar table and mark the holidays, weekends and workday.

Read more...

V-lianl-msft
Community Support
Community Support

I've always done this before about using slicers to display different measures in graph. Create several measures and create a disconnected table to use as slicer. However, this method has the limitation of data format. Since all measures are encapsulated in a selection measure, only one data type is allowed. This article will show you another way to create dynamic charts based on the external tools (Tabular Editor) updated in July 2020.

Read more...

AntrikshSharma
Community Champion
Community Champion

In this article I want to show you how you can improve the performances of your queries by using KEEPFILTERS.

Read more...

AntrikshSharma
Community Champion
Community Champion

Since June 2020 a new feature has been introduced in DAX Studio https://daxstudio.org/ that allows you to design queries using the UI, earlier you would have to write code from scratch or import extract of Performance Analyzer from Power BI. Query Builder is a great add-on to this tool

Read more...

stevedep
Memorable Member
Memorable Member

Did you know there are some amazing keyboard shortcuts in Power BI, especially when coding DAX? Add multiple cursors, copy line up, handy replacement tricks, etc!

Read more...

V-lianl-msft
Community Support
Community Support

As shown in the following sample table, when we want to get all the values of the ID with the latest start time, we need to filter twice to get the result.
Ex: The Dataset ID (A) contains the latest Start Time. Now we want to get all rows which contain Dataset ID A. We can see Dataset ID A has two rows. If we only filter the latest Start Time, we can only get one row of A.
Therefore, we first get the dataset ID based on the latest start time, and then get all the values by filtering the previous obtained dataset ID(A).
If you want to get result in the example table below, you can use Power Query or Dax.

Read more...

v-alq-msft
Community Support
Community Support

The article is about using conditional formatting to mark the same aggregated value in the same row in the matrix.

Read more...

V-lianl-msft
Community Support
Community Support

The default display style of Power BI (whether it is a table or a matrix) is nothing more than interlaced display. Such a layout cannot help us intuitively find the details of each country at a glance. The conditional format in PowerBI can help us solve this kind of problem very well.

This article uses a simple example to briefly introduce how to change the interlaced background style of the table/matrix based on measures and custom columns.

Read more...

AntrikshSharma
Community Champion
Community Champion

Context transition -  one of the most complex topics to understand and master but have you ever wondered, what actually happens behind the scenes? To be honest at least for me the behind the scene stuff is much more clear and easy to understand and here is why.

7.png

Read more...

V-lianl-msft
Community Support
Community Support

We can use measures to have an easy comparison on the value of today and yesterday, current month and last month. However, it isn’t easy when we encounter below situations:

 

  1. If you need to compare the values of 2020 and last year at this time, but next time you need to compare the values of 2020 and 2018, you need to modify all measures that contain Year, or recreate these measures. When we have 100 measures, it will be a tedious work.
  2. If you need to compare  two periods that might have a different number of days, like comparing one month against a full year. Filter will be fixed in the formula and cannot be dynamically controlled by the slicer.

I will show you two ways to dynamically compare the value of two periods by slicer.

Read more...

v-alq-msft
Community Support
Community Support

The article is about dynamically Display the Most Recent N Days using PQ.

Read more...

Helpful resources

Join Blog
Interested in blogging for the community? Let us know.