gbrueckl / PowerBI-VSCode

A VSCode extension to manage your PowerBI tenant using the Power BI REST API
MIT License
59 stars 12 forks source link

"Copy ID to Clipboard" for parameters of a Semantic model copies the name instead #34

Closed tbobin closed 4 months ago

tbobin commented 4 months ago

Rightclick "Copy ID to Clipboard" for a parameter in the Semantic model (Dataset), copy the name of the parameter instead of the ID

image

Or is the ID and the Name the same for parameters?

I'm using the PowerBI Studio v2.2.0

gbrueckl commented 4 months ago

parameters indeed do not have an ID hence the Name is copied the Copy X to Clipboard actions are generic actions and can be used on any item - I did not implement any exceptions for items without IDs (e.g. parameters)