top of page
Search


Power BI Date Slicer - Set Today as Default
One common request I have from report consumers, is to be able to set the date slicer in a report to default for todays date. It can be a...

Robert J Engstrom
Aug 22, 20202 min read
0 comments


Date Table in DAX
If you need a date table for your date dimension, this DAX query is great to use: Calendar = VAR _calendar = CALENDAR ( "1/1/2011",...

Robert J Engstrom
Nov 8, 20191 min read
0 comments


DAX: Most common expressions
These are some of the most commonly used DAX expressions used in Power BI. Make a comment if you think something is missing! Total Sales...

Robert J Engstrom
Oct 29, 20192 min read
0 comments
bottom of page