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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Can't display the visual

Hi All,

Getting the famous error.

I have about 20 data sources in my report.

All of them are connected in the relationship module. Some sources have a single connection, some have 2 connections.

I am building a table visualisation by adding one column at a time.

 

I have cases where after adding a column I am getting the error. i.e. Table1.C1, Table2.C1, Then when adding Table3.Cn, the visual gets the error.

what can be the root cause?

How can I investigate this?

When running a SQL script, I am getting the expected results.

For example:
select * from table1 inner join table2 inner join table3 inner join table4

on table1.id = table2.id

and table1.id = table3.id

and table3.id = table4.id

 

Also, creating a seperate visual for each data source, works fine.

 

Thanks!

2019-01-30 14_58_25-Clipboard.png

 

 

2 REPLIES 2
v-shex-msft
Community Support
Community Support

HI @Anonymous,

 

I think you need to add a bridge table to extract id value from these tables, then use bridge table to link tables which you mentioned.

 

After above steps, you can use bridge table id and other fields to build a visual.

 

In addition, please share some detail information to help use clarity your scenario.(e.g, data structure, relationship, fields which visual used)

How to Get Your Question Answered Quickly

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Anonymous
Not applicable

Hi,

These are the "bridge tables".

For example Table2 is the bridge between 1 and 3.

Also there are bridges between all tables in my schema.

 

So if table 1 is salesmen, and table 3 is sales, table 2 will have salesmen ID and sales ID.

In that way I can relate all sales made to a specific person.

 

About the data,

It is hard for me to provide it, as I am working with sensetive data. Creating dummy data requires a lot of effort, which currently I do not have the capacity for.

Also, I have about 20 tables in my relationship, and reconstructing with fake data, not always works.

 

I am asking about possible issues and how to investigate

Not asking for the resulotion.

 

Ta!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors