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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
arikofather
Helper I
Helper I

Cross Filtering Count Table from Unconnected table

Please see attached PBIX

Pipleline Period Report 2.pbix

 

Here is the Dataset:

arikofather_0-1718640337546.png

1. If Period 28 days (<= 28 days) days Selected,

arikofather_5-1718640944253.png

2. If Period 3 Months (<= 90 days) Selected

arikofather_6-1718640984510.png

3. If Period 6 Months (<= 180 days) Selected

arikofather_7-1718641059111.png

4. If Period 1 Year (<= 365 days) is Selected

arikofather_8-1718641121464.png

ASK:

 

The challenge is to create a count of Deal Stage measure added to the Deal Stage Count Table visual to corectly filter the table with visual by Stage filter.

And also cross filter the detail table with the Stage filter.  

arikofather_9-1718641203981.png

arikofather_10-1718641229670.png

 

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @arikofather ,

 

Thank you @Jihwan_Kim  very much for the solution, and I've tried a little bit to have simpler expressions to help you understand the problem:

Measure = var _t = SUMMARIZE('Opportunities',[Name],[Stage],[Days from Closed Date])
RETURN COUNTAX(FILTER(_t,[*Show Rows]=1),[Stage])

vxingshenmsft_1-1718704210210.png

Hope it helps!

Best regards,
Community Support Team_ Tom Shen

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

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @arikofather ,

 

Thank you @Jihwan_Kim  very much for the solution, and I've tried a little bit to have simpler expressions to help you understand the problem:

Measure = var _t = SUMMARIZE('Opportunities',[Name],[Stage],[Days from Closed Date])
RETURN COUNTAX(FILTER(_t,[*Show Rows]=1),[Stage])

vxingshenmsft_1-1718704210210.png

Hope it helps!

Best regards,
Community Support Team_ Tom Shen

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

Jihwan_Kim
Super User
Super User

Hi,

I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file whether it suits your requirement.

 

Jihwan_Kim_0-1718682493212.png

 

 

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Visit my LinkedIn page by clicking here.


Schedule a meeting with me to discuss further by clicking here.

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Kudoed Authors