Forum Discussion

Migasuke's avatar
Migasuke
Memorable Member
2 years ago
Solved

Adding comment with DEFINE

Hello everyone,

I am playing with new DAX query view in PBI Desktop. I am just wondering - is it somehow possible to define a measure and include the comment as well? Probably using some special character? Right now comment is obviously exluded.

To be more specific, I want to keep the comment in the measure:

 

  • Migasuke , I was not able to give at end. But in middle I was able to give

    DEFINE
        MEASURE 'Measure'[Net1]  = [Gross]  /*net */
        -[Discount]    
     
    Shown as
    Net1 = [Gross]  /*net */
        -[Discount]

2 Replies

  • Migasuke , I was not able to give at end. But in middle I was able to give

    DEFINE
        MEASURE 'Measure'[Net1]  = [Gross]  /*net */
        -[Discount]    
     
    Shown as
    Net1 = [Gross]  /*net */
        -[Discount]