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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
RichA08
Frequent Visitor

Filter Columns in Matrix with a date hierarchy

HI!

 

I only want to see the items with a negative value in each month. The months are all part of 1 column due to it being a date hierarchy. When I filter the value, it is not applying to all the columns. 

 

RichA08_0-1755544812365.png

 

1 ACCEPTED SOLUTION
v-lgarikapat
Community Support
Community Support

Hi @RichA08 ,

Thanks for reaching out to the Microsoft fabric community forum.

@Ashish_Mathur , @Bmejia 

Thanks for your prompt response

@RichA08 , 

Could you please provide sample data that fully represents the issue or question you're referring to? Kindly ensure the data is in a usable format ( Excel or CSV) rather than a screenshot, and does not contain any sensitive or unrelated information. 

Looking forward to your response.

Best regards,
Lakshmi.

View solution in original post

6 REPLIES 6
v-lgarikapat
Community Support
Community Support

Hi @RichA08 ,

Thanks for reaching out to the Microsoft fabric community forum.

@Ashish_Mathur , @Bmejia 

Thanks for your prompt response

@RichA08 , 

Could you please provide sample data that fully represents the issue or question you're referring to? Kindly ensure the data is in a usable format ( Excel or CSV) rather than a screenshot, and does not contain any sensitive or unrelated information. 

Looking forward to your response.

Best regards,
Lakshmi.

Hi  @RichA08 ,

We’d like to confirm whether your issue has been successfully resolved. If you still have any questions or need further assistance, please don’t hesitate to reach out. We’re more than happy to continue supporting you.

Best Regards,
Lakshmi.

Hi @RichA08 

 

We’d like to confirm whether your issue has been successfully resolved. If you still have any questions or need further assistance, please don’t hesitate to reach out. We’re more than happy to continue supporting you.

Best Regards,
Lakshmi.

Hi @RichA08 ,

We’d like to confirm whether your issue has been successfully resolved. If you still have any questions or need further assistance, please don’t hesitate to reach out. We’re more than happy to continue supporting you.

Best Regards,
Lakshmi.

Ashish_Mathur
Super User
Super User

Hi,

Share the download link of the PBI file.


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

you need to use a If statement or switch statement so that you can declare anything below 0 will show 0 in your measure, measure column. or if you just dropping a value from a column then you need to do it using  a measure or measure column.
Example: you can selectvalue, sum, max not sure what your calculation is doing but should looks something like this.

Measure=
IF(
       SELECTEDVALUE(PurchaseOrdersAging[Aging])<=0 
       ,0
      ,SELECTEDVALUE(PurchaseOrdersAging[Aging])
       )

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.