top of page

Search


DAX Date table in TMDL
My date table now in TMDL with sort by columns, format strings, descriptions, folders, and hierarchy.

DataZoe
Feb 175 min read
2,003


DAX query 102: DAX formulas and measures with DEFINE MEASURE
There is a now a DAX query view in Power BI and let's get you started querying your data with whatever formula you need defined in the...

DataZoe
Feb 167 min read
1,123
0


DAX query 101: Get and analyze data with EVALUATE, FILTER, SELECTCOLUMNS, SUMMARIZE, SUMMARIZECOLUMNS, ORDER BY, TOPN, START AT, and {table constructors}
Let's get you started querying your data to get the analysis you are looking for!

DataZoe
Jan 2616 min read
2,004


Keeping up with the Power BI Blog with Power Automate
Before I joined the Power BI product group, I had a friend show me how to have the Power BI blogs show up in a Teams channel. You can...

DataZoe
Jul 12, 20242 min read
261
0


Setting up RLS on a Direct Lake semantic model
Power BI semantic models have the option to set up row level security (RLS). And this includes Direct Lake Power BI semantic models in...

DataZoe
Jan 18, 202410 min read
8,366
0


Relationships DAX query (using INFO.RELATIONSHIPS)
Surface your relationship metadata with the new DAX INFO functions!

DataZoe
Dec 27, 20236 min read
2,208
0


Generate a Power BI Direct Lake data model in Fabric
One of the cool things about having a notebook inside a Power BI workspace is all the cool things pyspark can do. I wanted a way to...

DataZoe
Jul 10, 20236 min read
1,110
0


Add filter to show current user items or all items
I ran into a request recently to filter to current user only items but also allow them to see all items. I at first thought of row-level...

DataZoe
Feb 1, 20221 min read
4,746
0


Same period last year with partial periods
I was helping a friend today with how do we compare partial month this year to just the same partial month last year scenario. When we...

DataZoe
Oct 25, 20211 min read
547
0


DAX Date Table
There are a lot of different Date tables out there, and this is mine! This one features things I add in many of my reports, which is a...

DataZoe
Jul 31, 20212 min read
1,978


Report overlay to highlight report features
When I show a report to someone, I find myself pointing to parts of the report and explaining what they do, here I add an overlay to do it.

DataZoe
Jun 10, 20214 min read
1,778
0


Allowing your end users to Refresh Power BI data with Power Automate
There are some reports where I have a schedule refresh but I also want to bring in new data whenever I happen to be looking at the...

DataZoe
May 2, 20212 min read
4,201
0


Buttons to highlight a selected measure!
Use buttons to highlight which selected measure is being used!

DataZoe
Apr 11, 20213 min read
1,940
0


Switch between fiscal and regular calendar via slicer
I recently answered a request for this on the Power BI Community forums and thought I would share how to implement this in more detail....

DataZoe
Feb 26, 20214 min read
3,050
0


Working with DateID in Direct Query and Incremental Refresh
Scenarios when using DateTime to limit data and maintain query folding can be done with DateIDs! Two scenarios are (1) rolling x days of dat

DataZoe
Jan 30, 20214 min read
266
0


Creating a slicer panel!
Many of my reports feature the slicer panel that hide/show on via a button.

DataZoe
Dec 20, 20203 min read
1,324
0


Let's create a data model!
Tabular data modeling is key to making a report, and can be daunting at first. I'll show you how I approach making a tabular data model....

DataZoe
Dec 4, 202011 min read
836
0


Power BI Buttons - Page Navigation with Icons
I find buttons to have a variety of uses in Power BI! This button technique shows you how to add an icon based button for page navigation...

DataZoe
Nov 29, 20202 min read
1,210
0


Careful with RangeEnd with Incremental Refresh
Lately I've been working with incremental refresh and found that while RangeStart changes with the settings for incremental refresh the...

DataZoe
Nov 2, 20201 min read
221
0


Keep 0 on axis for the positive and negative
Add a constant line to a line chat to always have 0 on the axis.

DataZoe
Oct 30, 20201 min read
69
0
bottom of page