Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |