skip to main content

Join the #PBI10 DataViz contest

Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.

Get started
Skip to main content
Navigate to Microsoft.com
Fabric Community
    • Power BI forums
    • Data Engineering forums
    • Data Warehouse forums
    • Data Science forums
    • Data Factory forums
    • Real-Time Intelligence forums
    • Databases forums
    • Fabric platform forums
    • Contests
    • Power BI galleries
    • Data Engineering galleries
    • Data Warehouse galleries
    • Data Science galleries
    • Data Factory galleries
    • Real-Time Intelligence galleries
    • Databases galleries
    • Fabric platform galleries
    • Submit ideas & vote
    • Fabric roadmap
    • Join a user group
    • Find an event
    • Become a Super User
    • Azure Data Community
    • Power BI updates blog
    • Fabric updates blog
    • Fabric community blogs
    • Community news
    • Certification offers
    • Career Hub
    • Career and learn forum
    • Learn Modules
    • Tutorials
    • Documentation
    • Community support
    • Product support
    • Register
    • ·
    • Sign in
    • ·
    • Help
    Go To
    • Power BI forums
    • Get Help with Power BI
    • Desktop
    • Service
    • Report Server
    • Power Query
    • Mobile Apps
    • Developer
    • DAX Commands and Tips
    • Custom Visuals Development Discussion
    • Health and Life Sciences
    • Power BI Spanish forums
    • Translated Spanish Desktop
    • Training and Consulting
    • Instructor Led Training
    • Dashboard in a Day for Women, by Women
    • Galleries
    • Webinars and Video Gallery
    • Data Stories Gallery
    • Themes Gallery
    • Contests Gallery
    • Quick Measures Gallery
    • Notebook Gallery
    • Translytical Task Flow Gallery
    • R Script Showcase
    • Ideas
    • Custom Visuals Ideas (read-only)
    • Issues
    • Issues
    • Events
    • Upcoming Events
    cancel
    Turn on suggestions
    Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
    Showing results for 
    Search instead for 
    Did you mean: 

    Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

    • Power BI forums
    • Forums
    • Get Help with Power BI
    • Power Query
    • Power BI embedded with SSAS directe connection
    Reply
    Topic Options
    • Subscribe to RSS Feed
    • Mark Topic as New
    • Mark Topic as Read
    • Float this Topic for Current User
    • Bookmark
    • Subscribe
    • Printer Friendly Page
    • All forum topics
    • Previous Topic
    • Next Topic
    Oussama
    Oussama
    Regular Visitor
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    Power BI embedded with SSAS directe connection

    ‎05-13-2016 08:42 AM

    Hi,
    I followed these steps here: https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-get-started-sample/

    To embed a report with directe connection to an SSAS cube.

     

    1) I successfuly create a workspaceId on the workspace collection (step 5)

    2) I successfuly import a pbix file to the workspace (step 6)

    3) I stuck on step 7, to update the dataset of the pbix file already uploaded
             Witch value of parametres should I use: username, password, connection string ?
             Where can I found the connection string of the PBI with SSAS ?

    Thx.

     

    Labels:
    • Labels:
    • Need Help
    Message 1 of 9
    3,410 Views
    1
    Reply
    • All forum topics
    • Previous Topic
    • Next Topic
    8 REPLIES 8
    Jaredk24
    Jaredk24
    New Member
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎02-22-2017 10:11 AM

    Has anyone successfully published a report using SSAS and embedded?

     

    We can not find any information on how this should be done and all the responses so for from MS folks are for SQL DW direct connections.  Which does work but is very very different then authorizing against SSAS.

     

     

    Message 9 of 9
    2,855 Views
    1
    Reply
    Anonymous
    Not applicable
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎01-12-2017 01:41 AM

    Hello, do we have any news from this?

     

    thanks,

    Message 7 of 9
    2,968 Views
    0
    Reply
    Anonymous
    Not applicable
    In response to Anonymous
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎02-02-2017 12:27 AM

    any ideas how to overcome this thing? direct query has serious performance issues.

    Message 8 of 9
    2,906 Views
    0
    Reply
    mikes2nd
    mikes2nd Helper I
    Helper I
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎05-13-2016 09:30 AM

    Take a look at this.

     

    https://github.com/Azure/azure-content/blob/master/articles/power-bi-embedded/power-bi-embedded-app-...

     

    Once you get a grasp of that, look at mapping Azure AD, at the top the author states

     

    "This design does not require your app to use Azure Active Directory for user authentication and authorization, although you can do this."

     

     

    Message 2 of 9
    3,401 Views
    0
    Reply
    Oussama
    Oussama
    Regular Visitor
    In response to mikes2nd
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎05-14-2016 04:13 AM

    Hi dear,
    Could you please be more clear. I am not a .NET developer, I just want to use the sample on th GitHub.
    My report work fine when uploaded to Power Bi Service.

    I guess that the Patch to update the datasource is already applied on the Sample code :
     

    // Update the datasource with the specified credentials
    await client.Gateways.PatchDatasourceAsync(workspaceCollectionName, workspaceId, datasources.Value[datasources.Value.Count - 1].GatewayId, datasources.Value[datasources.Value.Count - 1].Id, delta);

    My concerne is with the parameter I should use:

    // Reset your connection credentials
                    var delta = new GatewayDatasource
                    {
                        CredentialType = "Basic",
                        BasicCredentials = new BasicCredentials
                        {
                            Username = username,
                            Password = password
                        }
                    };

    I guess that user name and password are those used for my datasource on the Gateway.
    The VS debugger shows a null value for datasources variable.
    Should I enter a connection string ?

     

    Message 3 of 9
    3,393 Views
    0
    Reply
    mikes2nd
    mikes2nd Helper I
    Helper I
    In response to Oussama
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎06-06-2016 10:46 AM

    https://powerbi.microsoft.com/en-us/blog/tech-tip-thursday-authentication-with-analysis-services-liv...

     

    Take a look, it

    Message 4 of 9
    3,321 Views
    0
    Reply
    Mohamed
    Mohamed Advocate I
    Advocate I
    In response to mikes2nd
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎08-14-2016 09:04 AM

    Thank you Mikes, but will that work in Power BI Embedded?

    Message 5 of 9
    3,231 Views
    0
    Reply
    shay_cullen
    shay_cullen
    Regular Visitor
    In response to Mohamed
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎09-12-2016 05:49 AM

    Hi,

     

    Did this ever get solved?

    Message 6 of 9
    3,204 Views
    0
    Reply

    Helpful resources

    Announcements
    Join our Fabric User Panel

    Join our Fabric User Panel

    This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

    Learn more
    June 2025 Power BI Update Carousel

    Power BI Monthly Update - June 2025

    Check out the June 2025 Power BI update to learn about new features.

    Learn more
    June 2025 community update carousel

    Fabric Community Update - June 2025

    Find out what's new and trending in the Fabric community.

    Read more
    spinner
    View All
    Top Solution Authors
    User Count
    lbendlin
    Super User lbendlin
    14
    Nasif_Azam
    Nasif_Azam Solution Sage
    13
    Poojara_D12
    Super User Poojara_D12
    8
    ronrsnfld
    Super User ronrsnfld
    8
    speedramps
    speedramps Community Champion
    7
    View All
    Top Kudoed Authors
    User Count
    Nasif_Azam
    Nasif_Azam Solution Sage
    17
    speedramps
    speedramps Community Champion
    13
    Poojara_D12
    Super User Poojara_D12
    7
    SundarRaj
    SundarRaj Solution Supplier
    6
    p45cal
    Super User p45cal
    6
    View All
    Users online (4,512)
    • AMeyersen
    • xeghepvinhphuc
    • AhmadBakr
    • ThxAlot
    • win79press
    • Rapedro
    • Stellannoka
    • pinellus
    • GrowthNatives
    • PijushRoy
    • FabricGuy
    • Nasif_Azam
    • PrachiJain_2025
    • 13winwork
    • mdaatifraza5556
    • MattiaFratello
    • ErikHamoen
    • Vswinday
    • Ashish_Mathur
    • Jai-Rathinavel
    • FBergamaschi
    • © 2024 Microsoft
    • Manage Cookies
    • Privacy & cookies
    • Terms of use
    • Trademarks
    Your Privacy Choices Opt-Out Icon Your Privacy Choices Consumer Health Privacy