The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi All
Paul Yeo
Solved! Go to Solution.
see if below works for you.
TITLE YTD DATE =
VAR _max =
TODAY ()
VAR _min =
MINX ( ALLSELECTED ( 'Date' ), 'Date'[Date] )
VAR _year =
FORMAT ( _max, "YYYY" )
RETURN
FORMAT ( _min, "MMM" ) & _year & " to "
& FORMAT ( _max, "MMM" ) & _year & " SALES PERIOD"
Proud to be a Super User!
see if below works for you.
TITLE YTD DATE =
VAR _max =
TODAY ()
VAR _min =
MINX ( ALLSELECTED ( 'Date' ), 'Date'[Date] )
VAR _year =
FORMAT ( _max, "YYYY" )
RETURN
FORMAT ( _min, "MMM" ) & _year & " to "
& FORMAT ( _max, "MMM" ) & _year & " SALES PERIOD"
Proud to be a Super User!
User | Count |
---|---|
86 | |
84 | |
36 | |
34 | |
34 |
User | Count |
---|---|
93 | |
79 | |
66 | |
55 | |
52 |