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
hespinoza
Frequent Visitor

Filter graph using two columns from the same graph - using a shared dataset

Hello everyone,

 

I'm trying to display on my grah records where table1.column1 <> table1.column2 but I am using a shared dataset.  I know I cannot add any new columns when using this desing, but I was hoping I could add a filter using the condition above.  Am I stuck here where I have to add a column in my shared dataset?

 

Thanks,

 

 

 

 

2 ACCEPTED SOLUTIONS
andre
Memorable Member
Memorable Member

add the third column x = table1.column1 <> table1.column2, and then use X in your filter

View solution in original post

v-deddai1-msft
Community Support
Community Support

Hi @hespinoza ,

 

Or you can create a new measure for filter: 

 

 

Measure = IF(MAX(table1[column1]) = MAX(table1[column2]),1,0)

 

 

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

 

Best Regards,

Dedmon Dai

 

View solution in original post

2 REPLIES 2
v-deddai1-msft
Community Support
Community Support

Hi @hespinoza ,

 

Or you can create a new measure for filter: 

 

 

Measure = IF(MAX(table1[column1]) = MAX(table1[column2]),1,0)

 

 

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

 

Best Regards,

Dedmon Dai

 

andre
Memorable Member
Memorable Member

add the third column x = table1.column1 <> table1.column2, and then use X in your filter

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.