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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Ciria
Advocate III
Advocate III

Relationship Difficulty - Message with multiple values Found

Dears

 

I am creating a PowerBI file with a few tables directly connected with our system.

 

Basically I have Commercial Budget (many) and Item Master (one).  Both are linked by using the item code.

 

The point is that Master Item has a column named "Family", the purpose of this field is to create a simpler clasification to analyze sales (instead of multiples codes, we wrap them in families for better analysis).

I have created a query with that column, covert to Table, arrange, rename and remove duplicates

 

The "funny" thing is when I try to create a relathionship between the new query "Family" with Commercial Budget, a message telling me is not possible because no "uniques values in any table" appers.

 

How is this possible? Why can't PowerBI recognize the new Query "Family" as single values after removing duplicates?

I could use related but I want a different design...

 

I hope you may help 🙂

 

Regards,

4 REPLIES 4
Ciria
Advocate III
Advocate III

Dears

 

Just checking my MasterFile, I found out we have some items without Family assigned (they appear blank)

 

¿Could this be the reason?Smiley Embarassed

Anonymous
Not applicable

Hi @Ciria,

 

>>Just checking my MasterFile, I found out we have some items without Family assigned (they appear blank)

Yes, multiple blank value will cause the issue.

 

In my opinion, you can remove these blank value at power query or create a new table with distinct column value and add the relationship between new table and original tables.

 

Regards,

Xiaoxin Sheng

Hi @Anonymous

 

I have created this new column:

 

Column = CALCULATETABLE(DISTINCT(vSP_ArticulosAll[Family]))

 

The following message is returned: A table with multiple values was supplied where a single value was expected.

 

Awaiting for your support.

Anonymous
Not applicable

Hi @Ciria,

 

Can you share some sample data? I will try to build relationship on it and share the updated sample.

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors