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,
I'm trying to make an calender where the minimm date is fixed and the max dat is comming from a table startingDate ([datumIngang]) this date in this calander may go to one year afther this date.
When i use this ill get an message:
An argument of function 'DATE' has the wrong data type or the result is too large or too small.
The data type of data is correct.
Solved! Go to Solution.
@Anonymous , Check this. I tested rest is working
DATE(YEAR(MAX(tablename[DatumIngang])) + 1, MONTH(MAX(tablename[DatumIngang])), DAY(MAX(tablename[DatumIngang])))
hope this date column
create a new measure using this if this is working
@Anonymous , Check this. I tested rest is working
DATE(YEAR(MAX(tablename[DatumIngang])) + 1, MONTH(MAX(tablename[DatumIngang])), DAY(MAX(tablename[DatumIngang])))
hope this date column
create a new measure using this if this is working
User | Count |
---|---|
27 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
33 | |
14 | |
11 | |
10 | |
8 |