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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
jakeryan56
Advocate II
Advocate II

Problem filtering by month name

Hi. I am having a very strange problem.  I have a sales tracker where there are multiple tables (sales data, timesheet data, etc). All of these tables have a Month_Name column that is linked back to a Month List table. In the reports, I can then filter by Month_Name (e.g. "March 2018"). This has been working completely fine for months until all of a sudden April 2018 where nothing shows when selecting this value even though the values are definitly in the other tables. Any ideas?

 

I set-up a test to see what invoices show for each month selection. March works fine and shows results where in the second screenshot you can see April is blank despite seeing in the third screenshot that there is definitly data for April

 

Capture.PNGCapture2.PNGCapture4.PNG

7 REPLIES 7
Phil_Seamark
Microsoft Employee
Microsoft Employee

Do you have any other filters turned on that could be affecting the results?  Say a page, or report level filter?


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

No I already checked that - no report or page level filters are applied. 

It seems to be a glitch with 01/04/18 accross the entire platform. Even when I try and filter using the exact same month name field (not the other month table) it doesn't show any results when a filter is applied - see the two screenshots. This is extremely frustrating 

1.PNG2.PNG

And just to double check, the field you are using for the slicer is exactly the same as the field used in the 3rd column of your screenshot?  It's not a field with the same name in a related table?


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

That is correct - it is the exact same field as the one in the third column and not the related column. I get the same results whether I filter on the related column or the same field which is what makes this so weird.

Any chance you can share your PBIX file with me?  Upload it somewhere like dropbox or onedrive and PM me a link. 

 

remove all other tables from the model first if you like


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

There can be 2 issues :-

#1.

You have to check the actual dates - 

eg:

other months would have been of same date and april would have been different

Feb 2018 -02/01/2018

Mar 2018 - 03/01/2018

Apr 2018 - 04/12/2018     

 

#2.

Issue in Month table ( If its a manual table check whether it has Apr date , if not add Apr and try it would work)

 

There can be 2 issues :-

#1.

You have to check the actual dates

eg:

other months would have been of same date and april would have been different

Feb 2018 -02/01/2018

Mar 2018 - 03/01/2018

Apr 2018 - 04/12/2018     

 

#2.

Issue in Month table , April should be missing( If its a manual table check whether you have added April , if not add Apr and try it would work)

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors