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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
dlwallace
Frequent Visitor

Documentation

Anyone have a standard way to provide documentation / data dictionary with the reports in PBI?

 

I'm looking at DAX Studio.  That helps, but curious how everyone else presents the definitions of the report measures, etc. to the consumers.

 

Thanks,

Dan

1 ACCEPTED SOLUTION

Hi @dlwallace ,

 

We can edit the description in Model View of Power BI Desktop, then it wil show in Field Panel when edit the report.

 

7.PNG6.PNG

 

But we did not find an effective way to show the description of measure in visual like tooltips, perhaps you can submit the requirement to ideas and add your comments there to make this feature coming sooner:https://ideas.powerbi.com/forums/265200-power-bi-ideas 

 

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-lid-msft
Community Support
Community Support

Hi @dlwallace ,

 

How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?

 

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I entered the descriptions as suggested.  Then I used DAX Studio to export all the measures to a file, ran a quick import to load those to the SQL DB, included that table in the PBIX model and created a report showing the results.  

 

A bit complicated at first to set up, but quickly became routine for the other PBIX's.  Result is a report showing measure names, descriptions and also the actual DAX code.

 

Would be great if there was a way built into PBI for users to see that description and maybe even the DAX code for measures.  Trying to encourage self-service reporting.  Showing them the DAX I've created can speed up their learning curve.

 

Thanks,

Dan

 

-- DAX Studio Query:
SELECT 'Claims' as PBIX, Measure_Name, [Description], Expression from $SYSTEM.MDSCHEMA_MEASURES WHERE measure_is_visible

 

-- M Query:
-- = Sql.Database("SERVER NAME", "DB NAME", [Query="SELECT * FROM dbo.Measures WHERE PBIX = 'Claims'"])

 

Def.png

 

 

 
parry2k
Super User
Super User

@dlwallace there is nothing out of box yet but you can surely add Description of each filed on "relationship" tab and hover over the field will show the description.

 

Here is an example

 

image.png

 

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

@parry2k , Thanks.  I saw the Description field in the DAX Studio query and I wondered where it could be entered.

 

When I enter that, it shows me the description in PBI Desktop, but in the actual report that description does not show, correct?  Any way to get that visible similar to the tooltip?

 

Thanks!

 

Hi @dlwallace ,

 

We can edit the description in Model View of Power BI Desktop, then it wil show in Field Panel when edit the report.

 

7.PNG6.PNG

 

But we did not find an effective way to show the description of measure in visual like tooltips, perhaps you can submit the requirement to ideas and add your comments there to make this feature coming sooner:https://ideas.powerbi.com/forums/265200-power-bi-ideas 

 

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors