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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
AlanP514
Post Patron
Post Patron

How to Unfilter Multiple columns

Hai All I want to unfilter two columns (red marked) But unfortunately, I am getting errors. please help me 

AlanP514_0-1651233376502.png

 

1 ACCEPTED SOLUTION
Whitewater100
Solution Sage
Solution Sage

Hi:

I think youshould do two measures, so you can see the application. 

A base measure. Certified% = DIVIDE([Active-User Head Count],[Active User Head count])

   Certified Demo = CALCULATE[Certfied%], Filter('Activity Log', 'Activity Log'[Initiative Type] = "Best Practice Roll Out" || 'Activity Log'[Initiative Type] = "Sprint")
)

I don't think you need ALLEXCEPT for Year as the year should filter. In case you do then

 Certified Demo II = CALCULATE[Certfied%], Filter('Activity Log', 'Activity Log'[Initiative Type] = "Best Practice Roll Out" || 'Activity Log'[Initiative Type] = "Sprint"), ALLEXCEPT(Calendar,Calendar[Year])))

I hope this works as a solution for you..

View solution in original post

3 REPLIES 3
Whitewater100
Solution Sage
Solution Sage

Hi:

I think youshould do two measures, so you can see the application. 

A base measure. Certified% = DIVIDE([Active-User Head Count],[Active User Head count])

   Certified Demo = CALCULATE[Certfied%], Filter('Activity Log', 'Activity Log'[Initiative Type] = "Best Practice Roll Out" || 'Activity Log'[Initiative Type] = "Sprint")
)

I don't think you need ALLEXCEPT for Year as the year should filter. In case you do then

 Certified Demo II = CALCULATE[Certfied%], Filter('Activity Log', 'Activity Log'[Initiative Type] = "Best Practice Roll Out" || 'Activity Log'[Initiative Type] = "Sprint"), ALLEXCEPT(Calendar,Calendar[Year])))

I hope this works as a solution for you..

Whitewater100
Solution Sage
Solution Sage

Hi:

Your are close. Everything looks good on second line up to ...[Year]), ALLEXCEPT('Activity log', 'Activity log'[Initiative Type]). I'm highlighting the code to replace where you have && ..

So just change the last part of the measure and not use && ALL........

If this works for you can you accept as solution? Thanks

AlanP514_0-1651237868642.png

I am getting this kind of error. Any solution ?

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.