Hook
More breakout videos from this creator.
Create a measure table in Power BI!! I'm going to show you guys the best trick ever but I did not come up with it so don't get me wrong. I'm going to go back to the M query and click enter data. We're going to create an empty table. You can just call both the column and the table Measures/Expressions. So I'm going to call it Measures/Expressions. And then I'm going to click OK. So now we have a table called Measures/Expressions. And then we're going to go back to the Home tab and click Close & Apply. So now the changes have been applied. Load. Measures/Expressions. It's here. Now inside that table, under table tools, let's create a measure. Make sure the Home table is the empty table we just created. First Letter Count = COUNT(Letters[First]). This is just going to count the number of rows in the table. You can see the measure is in there. Click on the three dots and hide. Wow, so organized and pretty.