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

Creating a list with measure?

Hello folks,

 

I have a table column with some strings:

 

Seller 1

Seller 2

Seller 2

Seller 1

Seller 3

 

Is possible to create a measure to return the distincts values from the column? I want to plot in a matrix visual.

 

The results I need is:

Seller 1

Seller 2

Seller 3

 

Anyone can help me, please?

 

Thanks!

1 ACCEPTED SOLUTION

Hi,

 

Go to Modelling > New Table and write this measure

 

=VALUES(Data[Saler])

 

A new table will get created with all unique saler values.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

5 REPLIES 5
Ashish_Mathur
Super User
Super User

Hi,

 

Simply drag that column to the Row labels section of a Matix visual.  You will get all distinct entries only.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Haha!

 

Yes, I know this possibility.

 

But, for some reasons, I need create a measure that returns this same info you suggest to me!

Hi,

 

Go to Modelling > New Table and write this measure

 

=VALUES(Data[Saler])

 

A new table will get created with all unique saler values.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Wow, simply amazing! Thank you!

You are welcome.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

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