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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
romovaro
Responsive Resident
Responsive Resident

Filters

HI all,

 

I have a question regarding a filter:

 

 

I have a column called "Region of Implementation Consultant"

I need to create a Region filter to see if number of regions in the scope has an impact on the time?

 

Same as the column "#Regions in Scope" but in Filter.

 

romovaro_1-1663941987264.png

 

romovaro_2-1663942158106.png

 

Filter should show 1 (if only onre region), 2 (if 2 regions affected), 3 (if 3 regions), etc..

 

any help would be appreciated

 

Thanks

1 ACCEPTED SOLUTION

HI Stephen

 

I got the solution.

 

# of Regions=

CALCULATE (

    DISTINCT COUNT ('Weekly Slippage' [Region of Implementation Consultant] ),

     ALLEXCEPT ('Weekly Slippage' ,'Weekly Slippage' [CID] )

)

 

 

thanks anyway

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @romovaro ,

 

Sorry, not very clear.

Is there any connection between the number of the region and the field of the slicer?

Whether the number of the region corresponds to the value of the slicer field, or whether the number of the region is related to the number of slicer field filters.

 

 

 

Best Regards,

Stephen Tao

 

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

HI Stephen

 

I got the solution.

 

# of Regions=

CALCULATE (

    DISTINCT COUNT ('Weekly Slippage' [Region of Implementation Consultant] ),

     ALLEXCEPT ('Weekly Slippage' ,'Weekly Slippage' [CID] )

)

 

 

thanks anyway

lbendlin
Super User
Super User

Please provide sanitized sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.


Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.