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! Request now

Reply
IraWatt
Helper I
Helper I

Cant remove filter from Date Quarter

Hi all, Im trying to remove the filter from my date field which on my graph is broke down by quater. When I try REMOVEFILTERS() it works:

IraWatt_2-1645630345629.png

However, REMOVEFILTERS('Key'[Simple Application].[Quarter]) does not have the same effect.

IraWatt_3-1645630461935.png

Im not sure what is wrong with my setup. 

 

 

1 ACCEPTED SOLUTION
v-chenwuz-msft
Community Support
Community Support

Hi @IraWatt ,

 

You are very right with method to remove the quarter filter. But you miss the [QuarterNo]. Exactly, there is a table contains columns named year,month,monthNo,quarter,quarterNo,day when you enable intelligence date time. The table has one  to many relationship with your fact table. So you want to remove the filter on this table, not only the quarter but also quarterNo.

vchenwuzmsft_0-1646034368365.png

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-chenwuz-msft
Community Support
Community Support

Hi @IraWatt ,

 

You are very right with method to remove the quarter filter. But you miss the [QuarterNo]. Exactly, there is a table contains columns named year,month,monthNo,quarter,quarterNo,day when you enable intelligence date time. The table has one  to many relationship with your fact table. So you want to remove the filter on this table, not only the quarter but also quarterNo.

vchenwuzmsft_0-1646034368365.png

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Awsome thanks @v-chenwuz-msft! It seems strange that the graph applies both the QuarterNo and Quarter as filters almost like it has two fields in the x-axis. 

amitchandak
Super User
Super User

@IraWatt , try like

REMOVEFILTERS('Key'[Simple Application])

 

Prefer not to use the Auto time intelligence column. Create a Qtr column. Or create a date table with the required column .

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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