Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
20 | |
13 | |
11 | |
10 | |
8 |