Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

update Query in PBIRS Datebase

Hi All,

I need help,

I am Using Power BI report server

I need to run update query in reportserver.dbo.Catalog table, there is any risk to update dirctly from database using where condtion with item ID .

 

for example :

update reportserver.dbo.Catalog 

set Name ='Test'

where ItemID ='Ere3456f'

 

 

Thanks Advance,

No Replies