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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
RubenMatias
New Member

Table not using other filters

Hello everyone and thank you in advance for the help.

 

I have some filtes like Period Selection (Quarter and Month).

 

Also Region and Countries where Region is a diferent data table with connection with Countries from the main data.

 

All filters are working 100% and corrected with the Bar Charts and Cards, but when it comes to the Table the filters are not applying.

I have checked and there is a interaction with the filters.

 

May I ask for your ideas what it can be the reason of bugging my table?

4 REPLIES 4
v-zhangti
Community Support
Community Support

Hi, @RubenMatias 

 

Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures or Excel. I look forward to your response.

 

Best Regards,

Community Support Team _Charlotte

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

Hey Charlotte,

 

I found a good workaround that I have applied, instead of trying to do it in DAX, I went to PowerQuery and deciced to create a new column to do the SUM, currently its working at 100% without any issues, but sure give me some time so I can hide all sensitive information and I will send it to you.

RubenMatias
New Member

Problem found

One of my mesures is making the table behaive strange:

 

1. CurrentYear_TEST_Value = CALCULATE(SUMX('TEST', 'TEST'[Total Number Humans] * 100)) + 0
 
PS: The formula is modified here, but explaining the logic lets say I have multiple houses in TEST data and I want to calculate how many humans are in each house and say that their value is multiplied by 100, maybe the issue was because some houses had 0 humans and it was making a conflict.
 
The question now is how can I fix this issue and make it work 😄

Hi,

This modification may not solve your problem but you can certainly simply that measure to

CurrentYear_TEST_Value = SUM('TEST'[Total Number Humans]) * 100

Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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