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 September 15. Request your voucher.
Hi, I need some help in DAX to automate 3 date cards.
The last card as shown in the image below, brings the current month. The middle card carries the previous month, and the first card carries the previous year of the current month.
MesAno Sigla = FORMAT(dCalendar[Date],"MMM")&"/"&YEAR(dCalendar[Date])
Solved! Go to Solution.
Instead of using the Date column, use TODAY(), EOMONTH(TODAY(), -1) and EOMONTH(TODAY(), -12)
Instead of using the Date column, use TODAY(), EOMONTH(TODAY(), -1) and EOMONTH(TODAY(), -12)
User | Count |
---|---|
15 | |
13 | |
9 | |
6 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
9 | |
5 |