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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Parameters disappear when publishing using the Power BI Desktop (March 2020) version

Hi, we've just recently upgraded to the March 2020 Power BI desktop version from the windows store.

 

In this version, our report's parameters disappear after publishing to a workspace. The parameter is an URL pointing to a csv which is used as the data for our reports, without it we cannot deliver any meaningful visualization to our customers.

For example, one of our queries is similar to this:

let
    AllContent = Table.FromList({
        [Content= Web.Contents(url_1), ..]
        [Content= Web.Contents(url_2), ..]
        [Content= Web.Contents(url_2), ..]
       ...
    }, Record.FieldValues, {"Content"} ),
in
    AllContent 

 

Is this new behavior intended? And is there any workaround?

Status: New
Comments
v-yuta-msft
Community Support

@mnguyen ,

 

I could not reproduce this issue, you can create a support ticket here for further analysis.

Support Ticket.gif 

 

Regards,

Jimmy Tao