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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Filter value without relationship

Hi All,

 

I have two tables: Fact_Actual and Options. These two data tables have no relationship at all.

In the dashboard, I will have a table and slicer. Table contains only [Value] and [Selection] will be the filter.

If I filter Selection="Yes", I only want to see A+B value

If I filter Selection="No", I olny want to see C value.

If I filter Selection="Maybe", I olny want to see D value.

 

How can I achieve it? Thanks!

beekee_0-1626160859730.png

 

 

Regards,

BK

3 REPLIES 3
S_JB
Resolver III
Resolver III

You could create a new column within the Fact_Actual table. The logic is below:

 

Options =
IF('Fact_Actual'[Category]="C","No",
IF('Fact_Actual'[Category]="D","Maybe",
"Yes"))
Anonymous
Not applicable

Hi @S_JB , thanks for the reply. There will be more data than A-D, it will be troublesome to do this method

Hi,  @Anonymous 

I'm not  sure what you mean by  "it will be troublesome".

According to the information you provided,using the if statement to judge is the most direct solution.

 

 

Best Regards,
Community Support Team _ Eason

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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