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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Anonymous
Not applicable

How to recorde Brand_ field into 4 core Brand ?

Hi All

My report have many Brand , i need to recode into only brand i high light below. Hope some one can advise me.

My PBI file :-

https://www.dropbox.com/s/nebk80zid6lasps/SI_TDS_V68%20record%20brand.pbix?dl=0

 

Paulyeo11_0-1604969432545.png

 

2 ACCEPTED SOLUTIONS
ryan_mayu
Super User
Super User

@Anonymous 

maybe you can try use grouping and binning

https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-grouping-and-binning

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

Anonymous
Not applicable

Hi, in your custom column, I updated it to this:

BRAND_ = IF ( 'SALES'[BRAND] = Blank(), "No Brand",if(SALES[BRAND] in {"HMS","HAKKO","GE"},'SALES'[BRAND], "Other"))
Maybe you could try it. Thanks!

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi, in your custom column, I updated it to this:

BRAND_ = IF ( 'SALES'[BRAND] = Blank(), "No Brand",if(SALES[BRAND] in {"HMS","HAKKO","GE"},'SALES'[BRAND], "Other"))
Maybe you could try it. Thanks!
Anonymous
Not applicable

Hi Sir

This is what i am looking for.

Thank you very much

Paul

 

ryan_mayu
Super User
Super User

@Anonymous 

maybe you can try use grouping and binning

https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-grouping-and-binning

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

May 2025 Monthly Update

Fabric Community Update - May 2025

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