Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
oitp
Helper I
Helper I

Count months in slicer period

Hi, I have an table with tasks, time spent on the task and date. I use a slicer to only show tasks/time within a date period.

 

Now I want to calculate the number of months within the period chosen by the slicer. I have tried using DATEDIFF(MIN(datecolumn);MAX(datecolumn);MONTH) but it wont show the correct value.

 

I think the problem is that my date column doesnt show ALL dates from the slicer period since I dont have a task each day.

 

Slicer period: 2018-01-01 to 2018-11-30

 

Table data based on slicer period

Task                             time spent                    date

Task nr1                       1 hour                          2018-01-20
Task nr2                       2 hours                        2018-03-01
Task nr3                       1 hour                          2018-09-20

 

Can I count the months based on the period chosen with the slicer? 🙂

1 ACCEPTED SOLUTION
themistoklis
Community Champion
Community Champion

@oitp

 

Good practice is to have a customer calendar in a report.

Custom calendars have continuous days based on the period you specify.

 

Then you can just simply count the months and based on your filter you will get the result you want.

 

A sample calendar is available on this link

View solution in original post

4 REPLIES 4
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @oitp,

 

If you don't have a date table, how did you select the 2018-11-30 based on your data here? If you have a model like it in the image, the formula should work.

Count-months-in-slicer-period

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
themistoklis
Community Champion
Community Champion

@oitp

 

Good practice is to have a customer calendar in a report.

Custom calendars have continuous days based on the period you specify.

 

Then you can just simply count the months and based on your filter you will get the result you want.

 

A sample calendar is available on this link

@themistoklisthank you! I guess I should make a relationship between the date column in the Calendar table and date in my table?

@oitp

 

That's correct. To get it from the workspace that i shared with you, simply copy it and paste it on yours.

 

Also make sure the cross filter direction to set to Single 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.