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
mccullm
Regular Visitor

Custom conditional Column from separate list of data

Hi

 

In powerbi I have a query with 2000 rows of data. Within that data i have a column called equipment type. There are over 225 different equipment labels, I am trying to create a custom column that will add a category to the rows. I have 6 categories and would like to make a condition column that inquires into a separate list of categories by referencing the query so that the equipment can be updated easily. I currently have 6 seperate list of the data groups with the peices of equipment that belongs to each categories. Is this possible.

2 REPLIES 2
v-frfei-msft
Community Support
Community Support

Hi @mccullm,

 

I made one sample for your reference. If it doesn't meet your requirement, Kindly share your pbix to me.

 

1. Create relationship between two tables.

 

Capture.PNG

 

2. Create a calculated column in the target table.

 

category1 = RELATED(Table2[category])

 

2.PNG

 

For more details, please check the pbix as attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Hi @mccullm,

 

Does that make sense? If so, kindly mark my answer as a solution to close the case.


Regards,
Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

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.

Top Solution Authors