Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello, trying to get current month sum:
I tried to change month to date type, it does not allow me.
I also tried to change year data type as text, same as month, it does not work either.
Image 2 works, but then I will have to change the month NO for every month.
thank you Zoey
Image 1:
image 2:
Solved! Go to Solution.
MONTH() returns a number.
If your Date[Month] column is the column name then that is the source of the error.
If you have a Date[Month No] column that returns a number then
Calculate('TASK MEASURE'[TASKS_APPROVED], 'Date'[Year] = YEAR(TODAY()), 'Date'[Month No] = MONTH(TODAY()))
should work.
Proud to be a Super User! | |
MONTH() returns a number.
If your Date[Month] column is the column name then that is the source of the error.
If you have a Date[Month No] column that returns a number then
Calculate('TASK MEASURE'[TASKS_APPROVED], 'Date'[Year] = YEAR(TODAY()), 'Date'[Month No] = MONTH(TODAY()))
should work.
Proud to be a Super User! | |
Yes!! thank you
Zoey
User | Count |
---|---|
119 | |
78 | |
59 | |
52 | |
48 |
User | Count |
---|---|
171 | |
117 | |
61 | |
59 | |
53 |