Bravo for SSAS Tabular Model #881
-
|
Is there a way, that I can use Bravo in a Visual Studio Analysis Project or connect Bravo with the SSAS Model to create a Date Table? If there isn´t a way, how do you guys create Date Tables for SSAS. Is there another extention that works? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The Manage Dates feature in Bravo is only available for models in Power BI Desktop. When connecting to a model hosted on an SSAS instance, this functionality is disabled. However, you can still add Date Tables to your SSAS or Visual Studio Analysis Services projects. The Date Tables created by Bravo are implemented as calculated tables, so you can copy the generated DAX code and reuse it in your model. To do this, you can connect Bravo to a Power BI Desktop report, create the Date Tables there, and then copy the DAX code into your SSAS model. |
Beta Was this translation helpful? Give feedback.
The Manage Dates feature in Bravo is only available for models in Power BI Desktop. When connecting to a model hosted on an SSAS instance, this functionality is disabled.
However, you can still add Date Tables to your SSAS or Visual Studio Analysis Services projects. The Date Tables created by Bravo are implemented as calculated tables, so you can copy the generated DAX code and reuse it in your model.
To do this, you can connect Bravo to a Power BI Desktop report, create the Date Tables there, and then copy the DAX code into your SSAS model.