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
Anonymous
Not applicable

Ignore slicer in measure

Hi all,

 

I'd like to create the following scenario:

 

These are the correct values, but I want to filter the list with records wich only meet the criteria of 'MomenteelLeeg'

2019-03-01_15-21-57.png

 

I have tried it whith


CALCULATE(
COUNT(fct_Leeg[_Id]);
ALL(fct_Leeg[MomenteelLeeg])
)

 

But this returns the results below...(shows only last day)

2019-03-01_15-20-39.png

 

Any suggestions?

 

Thanks!

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

@Anonymous ,

 

You can 'ALL' table instead of 'ALL' a column like pattern below:

Result =
CALCULATE ( COUNT ( fct_Leeg[_Id] ); ALL ( fct_Leeg ) )

Community Support Team _ Jimmy Tao

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

4 REPLIES 4
v-yuta-msft
Community Support
Community Support

@Anonymous ,

 

You can 'ALL' table instead of 'ALL' a column like pattern below:

Result =
CALCULATE ( COUNT ( fct_Leeg[_Id] ); ALL ( fct_Leeg ) )

Community Support Team _ Jimmy Tao

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

 

v-yuta-msft
Community Support
Community Support

@Anonymous ,

 

If [MomenteelLeeg] is in a slicer, you may modify your measure like pattern below and check if the issue persists:

Result =
CALCULATE ( COUNT ( fct_Leeg[_Id] ); ALLSELECTED ( fct_Leeg[MomenteelLeeg] ) )

Community Support Team _ Jimmy Tao

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

Anonymous
Not applicable

Alas,

 

It still doesn't work..

@Anonymous ,

 

Have you solved your issue by now? If you have, could you please help mark the correct answer to finish the thread? Your contribution will be much appreciated.

 

Regards,

Jimmy Tao

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.