Forum Discussion
How to create new measure with SQL Server Analysis Services-Database
Dear all,
I would like to create a new DAX measure when having a live connection via SQL Server Analysis Services-Database.
It looks like that this option is not supporterd.
Are their any other ideas?
Kind regards,
Dennis
- Anonymous4 years ago
Hi Anonymous ,
According to research:
It's not supported to create measure when opening live connection to SSAS. You have to create those measures within your tabular model.
You can read more about it here:
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-analysis-services-tabular-data
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- AnonymousNot applicable
Hi Anonymous ,
According to research:
It's not supported to create measure when opening live connection to SSAS. You have to create those measures within your tabular model.
You can read more about it here:
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-analysis-services-tabular-data
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Thank you very much for this clear respons!