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! Request now

Reply
Anonymous
Not applicable

Counting same values in different columns

Hello everyone! This is my first question here.
 
My problem is as it follows. I have my data from an excel archive and I have 4 columns that have pre defined values to assign to them. I want to count each of these values from the 4 columns and if possible, to make slicers out of them. I believe that the workaround would be to create a new table having columns for each of these predefined words and making a count for each word in their respective column, but i don't know how.
 
The only thing each row have in common is the column "Categoria" filled as "Producto". When "Categoría" = "Institucional" i would just fill Producto, Producto2, Producto3 and Producto4 as blank or "-". I don't know if this is useful information.
 
RamiroGG_1-1663597946189.png

I would like to have a measure to make visuals that counts (based on example in picture): Desodorante: 4, Cabello: 2, Baby: 2, and exclude "-" and blanks (i can just leave blanks instead of "-" as well).

 

Thank you in advance!

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@Anonymous 

you can try in pq, select first three columns and unpivot other coluns

Unpivot columns (Power Query) (microsoft.com)

Then it will be easier for you to do the calculation





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

Proud to be a Super User!




View solution in original post

1 REPLY 1
ryan_mayu
Super User
Super User

@Anonymous 

you can try in pq, select first three columns and unpivot other coluns

Unpivot columns (Power Query) (microsoft.com)

Then it will be easier for you to do the calculation





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

Proud to be a Super User!




Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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