Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello,
Is there any way to have a column be the same exact data as the max in a calendar filter?
Solved! Go to Solution.
Thanks a bunch,
I was able to resolve it with two measures:
maxDate = LASTDATE(ALLSELECTED('Calendar'[Date]))
AGE = DateDiff(Max('00-Bad Debt - Invoices'[DOCDATE]),[maxDate],MONTH)
Create a Max Date Measure ... Try this...
Thanks a bunch,
I was able to resolve it with two measures:
maxDate = LASTDATE(ALLSELECTED('Calendar'[Date]))
AGE = DateDiff(Max('00-Bad Debt - Invoices'[DOCDATE]),[maxDate],MONTH)
User | Count |
---|---|
120 | |
69 | |
68 | |
57 | |
50 |
User | Count |
---|---|
166 | |
82 | |
68 | |
65 | |
54 |