Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello Community
My task is the following, I have the current month of September, I need to count the number of days of the week (Mondays, Tuesdays, Wednesdays, Thursdays, etc.)
My calculation measure for the current month is :
DaysInWeek =
CALCULATE(
COUNTROWS('Dates'),
'Dates'[Number_month] = MONTH(TODAY()))
I am interested in what will be the measure for calculating these days for the previous month
When I add -1 to MONTH(TODAY()) -1 it doesn't give me the desired result.
Help to understand how to calculate it.
Solved! Go to Solution.
I managed to write a measure that gives me my desired result. I am attaching the file for further reference
I managed to write a measure that gives me my desired result. I am attaching the file for further reference
Hello @DimaMD, I am unable to understand the issue.
I downloaded the file attachment and the dax was working correctly and giving the number of days in Month(Today()) - 1, i.e., August.
Hi, @ChiragGarg2512 This is how it works if there is no date slicer, I incorrectly indicated the essence of the calculation, my task is to show the number of days of the week when choosing the minimum and maximum date in the slicer, the measure should show the number of the past month.
I managed to write such an event, but for some reason it does not work
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |