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! Learn more

Reply
Anonymous
Not applicable

How to make slicer filter values in a table if there is no join b/w two tables?

achillies21_0-1618338736586.png

 

When I select west, it should 11

I have a query. I created a week1_forecast  column in ‘A’ table. What it does is, if the region is west, then moves the week_number to +2 and if it is other region it moves week_no to +1.

 

But, ‘Region’ slicer in the dashboard is from ‘B' table. There is no join b/w 'A' and 'B' tables. I tried to create join but all columns has many to many relation.

Now, how do I make the slicer filter the values in week_forecast column. Can you pls guide?

 

Here, for example, if i select 'West' then it should show 11 in week1 forecast column.

 

DAX I wrote:

WeekNo._Wk1_forecast = IF(('A '[Region])="West",WEEKNUM('Start_Date].[Date])+2,WEEKNUM('Start_Date].[Date])+1)
1 REPLY 1
Anonymous
Not applicable

@Anonymous 

 

Very easy, actually. You create a measure that will return 1 for the rows you want to keep and 0 for the others. Then you use this measure in the Filter Pane of the visual.

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.

Users online (6,076)