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

hide data with no connection

Hi,

 

I have built a connection between 3 different data sources.  When I build a table/matrix some of the entries find a match from one source to the others and some don't.  Is there way to zero out the ones without a connection.

 

I would like to zero out or hide all the entries with the 2.744 or 75,985.64

 

8-18-2017 12-31-26 PM.jpg

1 ACCEPTED SOLUTION
v-yulgu-msft
Employee
Employee

Hi @Anonymous,

 

Maybe you could create calculated columns like:

Column1 = IF(RELATED(DataSource_1[Labor Actual Hours])=BLANK(),0,RELATED(DataSource_1[Labor Actual Hours]))

In table visual, add Column1 rather than DataSource_1[Labor Actual Hours].

 

Optionally, you could combine all necessary columns into a new calculated table, then, filter this table to remove blank rows.

 

Regards,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-yulgu-msft
Employee
Employee

Hi @Anonymous,

 

Maybe you could create calculated columns like:

Column1 = IF(RELATED(DataSource_1[Labor Actual Hours])=BLANK(),0,RELATED(DataSource_1[Labor Actual Hours]))

In table visual, add Column1 rather than DataSource_1[Labor Actual Hours].

 

Optionally, you could combine all necessary columns into a new calculated table, then, filter this table to remove blank rows.

 

Regards,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.