Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Dear all,
I recently created a calendar table with the CALENDARAUTO() function for my PowerBI report. However, I'm not very good with DAX and I followed a youtube tutorial in order to create it. I tried to insert a column that would give me the month and year. I tried something as you can see on the attached screenshot but it doesn't work. Can anyone tell me what to write?
Thank you very much in advance.
Solved! Go to Solution.
It needs to be YEAR([Date]) & MONTH([Date]).
The single & is the operator to append strings, the double && is a logical AND.
Thank you, it worked !
It needs to be YEAR([Date]) & MONTH([Date]).
The single & is the operator to append strings, the double && is a logical AND.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |