top of page
Search
Robert J Engstrom
Aug 22, 20202 min read
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...
0 comments
Robert J Engstrom
Nov 8, 20191 min read
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",...
0 comments
Robert J Engstrom
Oct 29, 20192 min read
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...
0 comments
bottom of page