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.

Converting from old table to new table adds characters to URL leading to 404 error

I have an old table with a URL in it.   The link works as expected.

 

When I convert to the new table, the URL leads to a 404 error.

 

the data in the old table looks like this:  Working URL in Old TableWorking URL in Old Table

the data in the new able looks like this:  Broken URL in New TableBroken URL in New Table

Is there some action I can take to enable the new table without breaking my URLs?

 

Your help is appreciated. 

Status: Accepted
Comments
v-qiuyu-msft
Community Support

Hi @markreadsensei,

 

The same issue already reported internally: CRI 43068989. Will update here if I get any information.

 

Best Regards,
Qiuyun Yu

Vicky_Song
Impactful Individual
Status changed to: Accepted
 
v-qiuyu-msft
Community Support

Hi @markreadsensei,

 

Please see below information from PG:

 

ETA is between 08/16 and 08/21 for PROD clusters (Service)

The fix will appear on Desktop on SU09 (Usually first week of September)

 

A workaround for the customer is to replace any space in the data with %20

This can be done using a calculated column as

Url2 = SUBSTITUTE(Table1[URL], " ", "%20")  

 

Best Regards,
Qiuyun Yu