Forum Discussion
Alias Semantic Model Links
- 1 year ago
Hi anawast,
Thank you for reaching out to the Microsoft Fabric Community Forum.
In Microsoft Fabric, the architecture differs from AAS. Alias support for Semantic Model endpoints is not natively available currently. However, here’s the recommended approach to manage Semantic Model connections:
- You can retrieve the connection string from the Semantic Model settings in Fabric.
- You will need to replace the existing AAS server link in your app with the Fabric Semantic Model connection string. This change is necessary because aliasing functionality like AAS is not supported in Fabric.
- If aliasing is critical to your scenario, you could consider managing connection strings externally to decouple the connection string from your app logic.
- This approach allows you to change the connection string in one place without modifying the application code, somewhat mimicking the AAS aliasing behaviour.
I recommend submitting your detailed feedback and ideas through Microsoft's official feedback channels, such as the Microsoft Fabric Ideas. Feedback submitted through these channels is frequently reviewed by the Microsoft team and can contribute to meaningful improvements.
If this helps, then please Accept it as a solution and dropping a "Kudos" so other members can find it more easily.
Thank you.
Hi anawast,
Thank you for reaching out to the Microsoft Fabric Community Forum.
In Microsoft Fabric, the architecture differs from AAS. Alias support for Semantic Model endpoints is not natively available currently. However, here’s the recommended approach to manage Semantic Model connections:
- You can retrieve the connection string from the Semantic Model settings in Fabric.
- You will need to replace the existing AAS server link in your app with the Fabric Semantic Model connection string. This change is necessary because aliasing functionality like AAS is not supported in Fabric.
- If aliasing is critical to your scenario, you could consider managing connection strings externally to decouple the connection string from your app logic.
- This approach allows you to change the connection string in one place without modifying the application code, somewhat mimicking the AAS aliasing behaviour.
I recommend submitting your detailed feedback and ideas through Microsoft's official feedback channels, such as the Microsoft Fabric Ideas. Feedback submitted through these channels is frequently reviewed by the Microsoft team and can contribute to meaningful improvements.
If this helps, then please Accept it as a solution and dropping a "Kudos" so other members can find it more easily.
Thank you.
- v-ssriganesh1 year ago
Community Support
Hi anawast,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.- v-ssriganesh1 year ago
Community Support
Hello anawast,
As per Microsoft community guidelines, we will now proceed to close this thread to keep discussions focused and manageable. If you still need assistance, you're welcome to start a new thread in the community at any time.We appreciate your understanding and participation.
Thank you.
- feelthelight141 year agoFrequent Visitor
Hi v-ssriganesh ,
I'm facing similar issue as anawast. I have AAS alias configured by azure web application. However when I try to replace AAS "asazure://..." URL to connection string from Power BI service, I'm receiving errors when connect using DAX Studio or Tabular Editor. In the Web App a new link is displayed correctly.
Thanks for a help!