Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I would like to add some comments in some of the calculated columns for maintenance purpose.
Is there a way to add these comments in power bi?
Solved! Go to Solution.
@MagalyAzevedo Yes, use // in your DAX formula for a single line or /* and */ for multiple lines. Also, in the Properties pane of your Model view in the Desktop, you can add a Description.
Also, "--" works just like "//" for single-line comments.
@MagalyAzevedo Yes, use // in your DAX formula for a single line or /* and */ for multiple lines. Also, in the Properties pane of your Model view in the Desktop, you can add a Description.
@Greg_Deckler thank you so much! We have created a full set of metrics for IT and it is getting complex, so I need to start adding some documentation : )
Also, "--" works just like "//" for single-line comments.