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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Sandeep641
Frequent Visitor

ignore all slicers except date slicer

I have multiple slicers which will give count of orders.. I would like to ignore all slicers and include only date slicer and give the count... how can I do that ,, Please help

5 REPLIES 5
v-shex-msft
Community Support
Community Support

Hi @Sandeep641,

 

You can try to use all function to break filter effect.

 

For example:

Count =
CALCULATE ( COUNT ( table[Column] ), ALL ( table ) )

 

Regards,
Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Zubair_Muhammad
Community Champion
Community Champion

@Sandeep641

 

Try using ALLEXCEPT function....

 

Measure =
CALCULATE (
    COUNT ( TableName[Orders] ),
    ALLEXCEPT ( TableName, TableName[Date] )
)

Regards
Zubair

Please try my custom visuals

when I select other slicers the count is getting reduced....

@Sandeep641

 

Could you share your file or more details?

 

 


Regards
Zubair

Please try my custom visuals

Can I have ur email or skype Id ?

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.