The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I'm blocked, i have a colomne "EndDate" and i want to display all the date who are over 1 year according to the date of today.
Someone have an idea how to do that please ?
Thank for your futur answer guys !
@ItSupportElm , A measure like this
calculate(countrows(Table), filter(Table,Table[EndDate] > = date(year(today())+1,month(today()),day(today()))))
Hello @amitchandak thank you for your answer and sorry to reply so lately.
I did this measurebut it return me 0 values
do you have an idea why i got this ?
Have a great Day
User | Count |
---|---|
11 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
10 | |
8 |