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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Using a Measure as a crossfilter

I have a dataset where I have a number of people who are in the middle of a proces. There are a number of steps in this process I record but for my clients some are the same from their point of view.

So I made several measures which in into funnel where the client can see how many people are in a certain stage of the process. 

Those measures are similar to

 

PersonRegistered = CALCULATE(DISTINCTCOUNT([PersonID]),[StatusCode]=1)

WaitedForApproval= CALCULATE(DISTINCTCOUNT([PersonID]),[StatusCode]=7,[StatusCode]=8)

ApplicationApproved = CALCULATE(DISTINCTCOUNT([PersonID]),[StatusCode]=12)

 

Underneath the funnel I have a table which I would like to respond to crossfiltering so that I click on the Applicationproved bar I only see those PersonID's that have Statuscode 12.

To complicate things the funnels top bar comes from a different table. I don't need to use it as a filter.

 

My question is why does my table not respond when I select a measure/bar in my funnel?

 

 

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

Not very clear...

 

Did you select the "None" as the Interaction type like this:

2.19.4.1.gif

 

If you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file from your Onedrive for Business after removing sensitive data.

 

Best Regards,
Eyelyn Qin

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

Anonymous
Not applicable

No this is exactly what I meant but instead of clicking on the tables I want to select bar on the funnel to use it as a filter. So when you click on bottom bar I will only see the 2 persons in the table (which statuscode 8).

 

I had already checked the interactions (and just double checked) and the problem does not lie there.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Users online (9,707)