Forum Discussion
Measure description in Direct Query
- 6 years ago
Hi Anonymous ,
For SSAS, one of the connection types is called "LiveConnect".
Then, hope this post can help you: SSAS Measures definition will not appear in Power BI.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello,
if i correct understand your question.
In measure code you need to add something like this in a row:
1. Measure Name =
2. -- your description
3. Formula
4. -- your description
Looks like this:
- Anonymous6 years agoNot applicable
Thank you for your reply.
This is a remark, that the user can see if they actually go ino the measure code.
I am looking for a description like this, available in Visual Studio and when not using Dirct Query:
- poddubnyoi6 years agoAdvocate I
1. Need to switch to Model mode and open second column from right "Properties" and fill with text Description field, than switch back to report list.
2. This will look like this
- Anonymous6 years agoNot applicable
Thank you, but I'm asking about working in Direct Query mode.
In this mode, there is no "Model" tab.