Forum Discussion
Migasuke
2 years agoMemorable Member
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
DEFINEMEASURE 'Measure'[Net1] = [Gross] /*net */-[Discount]Shown asNet1 = [Gross] /*net */-[Discount]
2 Replies
- amitchandakSuper User
Migasuke , I was not able to give at end. But in middle I was able to give
DEFINEMEASURE 'Measure'[Net1] = [Gross] /*net */-[Discount]Shown asNet1 = [Gross] /*net */-[Discount]- MigasukeMemorable Member
Hi amitchandak ,
Great solution, thank you for it!
Migasuke.