top of page

Search

DataZoe
Feb 175 min read
DAX Date table in TMDL
My date table now in TMDL with sort by columns, format strings, descriptions, folders, and hierarchy.
1,612

DataZoe
Feb 167 min read
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...
824
0

DataZoe
Jan 2616 min read
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!
1,350

DataZoe
Jul 12, 20242 min read
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...
236
0

DataZoe
Jan 18, 202410 min read
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...
6,987
0

DataZoe
Dec 27, 20236 min read
Relationships DAX query (using INFO.RELATIONSHIPS)
Surface your relationship metadata with the new DAX INFO functions!
1,913
0

DataZoe
Jul 10, 20236 min read
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...
1,074
0

DataZoe
Feb 1, 20221 min read
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...
4,543
0

DataZoe
Oct 25, 20211 min read
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...
538
0

DataZoe
Jul 31, 20212 min read
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...
1,940

DataZoe
Jun 10, 20214 min read
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.
1,715
0

DataZoe
May 2, 20212 min read
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...
4,074
0

DataZoe
Apr 11, 20213 min read
Buttons to highlight a selected measure!
Use buttons to highlight which selected measure is being used!
1,911
0


DataZoe
Feb 26, 20214 min read
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....
2,968
0

DataZoe
Jan 30, 20214 min read
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
260
0

DataZoe
Dec 20, 20203 min read
Creating a slicer panel!
Many of my reports feature the slicer panel that hide/show on via a button.
1,300
0

DataZoe
Dec 4, 202011 min read
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....
819
0

DataZoe
Nov 29, 20202 min read
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...
1,165
0

DataZoe
Nov 2, 20201 min read
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...
208
0

DataZoe
Oct 30, 20201 min read
Keep 0 on axis for the positive and negative
Add a constant line to a line chat to always have 0 on the axis.
67
0
bottom of page