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
Broly221
Frequent Visitor

removefilters makes other row appears

I have a table like this one: 

Broly221_0-1676410668355.png

I have filtered it to get only data for 1 jan like this :

Broly221_1-1676410723111.png

I have created a measure the removes the filter on the date : calculate(sum(Amount), removefilters(date))

because I want to know the total amont:

Broly221_2-1676410875721.png

 

probleme is i get new rows like this :

Broly221_3-1676410915135.png

but that's not what I want. I want to keep the number of rows that I got after filtering.

 

How can I do this please ? thanks

1 REPLY 1
v-jingzhang
Community Support
Community Support

Hi @Broly221 

 

Is your expected result in a table visual? If so, you need to remove the [ref] column from the table visual, then you will find your [amount removefilter] measure works correctly. 

vjingzhang_0-1676426022633.png

 

This is because when [ref] column is in the same visual, it will pass a filter to other columns, leading to change the result of measures. If you want to have [ref] column in the same table visual, you have to add [ref] column in REMOVEFILTERS function too.

vjingzhang_1-1676426421001.png

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

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