March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Looking for help in multiplying a single constant number by the days in the month of the year.
example:
constant 150
January = 31 days
result = 150 * 31 = 4,650
next month (based on date setting)
Constant 150
February = 28
Result = 150 * 28 = 4,200
thank you!
Solved! Go to Solution.
Hi @CalgaryYYC
Measure =
CALCULATE(
COUNTROWS( 'Date' ),
ALLSELECTED( 'Date'[YearMonth] )
) * 150
Let me know if you have any questions.
Hi @CalgaryYYC ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please feel free to let me know.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you!
Hi @CalgaryYYC
Measure =
CALCULATE(
COUNTROWS( 'Date' ),
ALLSELECTED( 'Date'[YearMonth] )
) * 150
Let me know if you have any questions.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
25 | |
18 | |
15 | |
9 | |
8 |
User | Count |
---|---|
37 | |
32 | |
18 | |
16 | |
13 |