microsoft / microsoft/powerbi-visuals-api

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

Open
#93 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
108
Forks
48
PR merge metrics
No merged PRs in 30d

Description

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 include a 'Description' attribute to the 'DataViewMetadataColumn' property. I don't 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 I'm looking for.

Would this be possible to achieve?

The Column Descriptions in Power BI Desktop that I would want to pull into my custom visual.
Image

If there is a different place i should make this request, please let me know. Thanks

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the DataViewMetadataColumn entry in the Power BI Visuals API and investigate how column and measure descriptions from Power BI Desktop's Model View are exposed. Done means determining whether those descriptions can be made available to custom visuals and documenting the required API change.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.