Forum Discussion

Dkz's avatar
Dkz
New Member
1 year ago

Expand Power BI Visuals API to get Column Descriptions from semantic model

I am developing a custom visual and my desire is to get both columns and their respective column descriptions into the visual. 

 

I would like the Power BI Visuals API to be expanded to inlcude a 'Description' attirbute to the 'DataViewMetadataColumn' property. I dont know if the column/measure descriptions that can be defined in the 'Model View' of Power BI desktop are exposed to the Visauls API, but that is the data im looking for.  

 

Power BI API Github 

powerbi-visuals-api/src/visuals-api.d.ts at main · microsoft/powerbi-visuals-api · GitHub

 

Power BI Desktop Column Descriptions

 

 

Please let me know if there is some other forum or place I should make this request.