Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Enduser
Regular Visitor

Repeatedly asked for authentication: Analyses Services

Hi,

 

I hope one of you can help me with a workaround so I don't have to repeatedly enter Oauth2 credentials when connecting to the Analysis Services database. Goal of the query is to retrieve the report views from the Usage Metrics Report-dataset in a list of workspaces. I am currently using a Power Automate flow to query the datasets and store the information in CSV-files, but I would like to do this via Power Query instead. Please note that I'm not an admin of the tenant, nor will I get these rights.

 

I have the following code:

 

(workspaceName as text) => 
let
    Source = AnalysisServices.Database(tokenAddress & workspaceName & "", "Usage Metrics Report", 
        [Query="
            EVALUATE#(lf)
            SUMMARIZECOLUMNS (
                'Report views'[UserId],
                'Report views'[ConsumptionMethod],
                'Report views'[CreationTime],
                'Report views'[Date],
                'Report views'[DistributionMethod],
                'Report views'[ReportId],
                'Report views'[OriginalConsumptionMethod]
            )
        "]
    )
in
    Source

 

 

I am being asked to authenticate for each workspace, even though it's the same account I use to make the connection and it's the same tenant. Since I already have 104 workspaces to monitor and additional workspaces will be added automatically, this will not be acceptable if I can't fix this.

 

Do you know of a way to authenticate only once with Oauth2 for all workspaces?

1 REPLY 1
lbendlin
Super User
Super User

Never ceizes to amaze me to what lengths people go to circumvent Microsoft's rules. Very inventive.

 

Ask your tenant admin to share the audit logs with you instead.

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.