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 questions

I have a master data set that gives multiple items and locations. I have a second data set called "other" that list one item and location. I need to knw how to use the "other" table to mark those location and item onthe Master sheet. Hope I am explaining this right

 

Master                                             Other                                         Need to mark/notate all the line items in Other on Master

item 1, location 1                            Item 1, location 1

item 1, location2                             Item 1, location 2

item 1, location 3                           item 1, location 5

item 1, location 4

item 1, location 5

item 1, location 6

item 2, location 1

item 2, location 2

item 2, location 3

3 REPLIES 3
v-jiascu-msft
Employee
Employee

Hi @Anonymous ,

 

Could you please mark the proper answers as solutions?

 

 

Best Regards,

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-jiascu-msft
Employee
Employee

Hi @Anonymous ,

 

If you'd like to add a new column, please try this one.

 

Column =
LOOKUPVALUE ( Other[Column], Other[Column], Master[Column] )

 

 

Best Regards,

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi,

Search existing values from table1 in table2.

This will count rows and return 1 if the value exist or null if not exist.
You can play with the values and marking.

 

MarkExist = CALCULATE(COUNTROWS(Master),
FILTER(Master,Master[Column1] = EARLIER(Other[Column1])),
FILTER(Master,Master[Column2] = EARLIER(Other[Column2])))
 
2019-02-20 10_23_42-papercut - Remote Desktop Connection.png

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.