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

blank value for data that does not exist in the relationship

Hi guys,

I wonder if it is possible to replace the blank value with something else for data that has no reference in the relationship.

 

If it was in SQL I could do with CASE, but bouth data is extracted from different systems (ServiceNOW using REST and Orion using SQL query ). I know I can register the missing data in ServiceNow, but I must have to treat anyway.

 

Any tip?

Capturar.PNG

** For those who want to know how I made the shaped map, I got the global from a JSON file.

FILE LINK

 

2 REPLIES 2
v-xuding-msft
Community Support
Community Support

Hi @gofgabriel ,

Maybe you could create a calculated column using the function of IF to replace the blank values.

Column = IF(financials[Country] = BLANK(),"Canada",financials[Country])

Or you could try to filter out the blank values in visual level filter.

 

Best Regards,

Xue Ding

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I tried it before but didn't work out and I have to show those data.

Reembolsos e Despesas.png

The problem is that the main table is not complete, so when I make the relationship, some data is represented as blank. Power BI should give us a way to rename easily the BLANK fields. Smiley Frustrated

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.