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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
edwardrmiles
Helper III
Helper III

Measure ignore slicer filter

I'm trying to create a measure that shows the the total number of days applied by a date filter (to use as a denominator in other measures).  The fact table doesn't necessarily have contiguos dates at the required granulairty so I used the Date table dates.  The measure returns the correct result when visualised alone, but when I add the measure to a table visualistaion it ignores filtering applied on it by a slicer

 

The measure is...

 

Total Days = DISTINCTCOUNT('Date'[Date])

 

My data is a star schema of 4 table : a Sales Fact + Product, Store, and Date dimensions. There is a 1:M relationship between each dimension and the fact table

 

The table visualisation has

'Product'[Name]

'Measures'[Sales]

'Measures'[Total Days]

With a 'Store'[Name] slicer and a 'Date'[Date] page level filter

 

 

 

 

 

 

2 REPLIES 2
BILASolution
Solution Specialist
Solution Specialist

Hi @edwardrmiles

 

Change the "Cross filter direction" in the relationship to "Both" (for Product and Sales Fact table).

 

x.png

 

 

I hope this helps

 

BILASolution

Thanks @BILASolution that does work, but I ommited to mention that I'd like to introduce a second fact table to the model, so the dimensions will have realtionships to both fact tables.  Bi directional relationships don't work propertly with conformed dimensions. Ideally I'm looking for a DAX solution

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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