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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
AlanP514
Helper V
Helper V

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.