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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Power BI API retreive different workspaceid and workspacename

Hi,

 

recently i noticed a strange beahviour in what i retrieve from the power BI API called 'activityevents'. Usualy, for the field 'workspacename' i get a single value for the corresponding filed 'workspaceid' (i.g. {workspaceid = 1; workspacename = 'pluto'}).

The "problem" that sometimes i retreive different workspacename with the same workspaceid (i.g. {workspaceid = 1; workspacename = 'pluto'},  {workspaceid = 1; workspacename = 'pippo'}). Seems that it depends from the different activity that generate the row. Do you have any clue?

Status: Investigating
Comments
Anonymous
Not applicable

Hi @Anonymous ,

 

Are you referring to the problem that occurs when running the content mentioned in this thread below?

Admin - Get Activity Events - REST API (Power BI Power BI REST APIs) | Microsoft Learn

 

Best Regards,
Community Support Team _ Caitlyn

sssgres21
New Member

Hi @Anonymous ,

the documention you mentioned is the API call i'm reffering.