Hi,
Is it possible to have an end point to remove on a specific item/workspace all tags in one call?
That helps a lot!
Thx
5 Comments
- nschachter
Microsoft Employee
Status changed:NewtoNeed ClarificationHi XCT, what's the usecase for this?
You can already remove multiple tags from an item in one call, you just have to list them: Tags - Unapply Tags - REST API (Core)
- XCT
Resolver I
Hi nschachter,
The idea is basically to propagate tags to PBI/Fabric items from a third-party app every day (at night)...I need to remove all tags before propagating new one. Unfortunately I've more than 25 items in my tenant. And I don't want that lasts 2 days. I want to do that with multiple API calls in a few hours max.
- nschachter
Microsoft Employee
Thanks XCT. Not sure I'm following. You're interested in removing all tags from all items nightly, just to apply these tags again with some possible diff? Why not just apply the newly attached tags?
We're looking into increasing the limitation of 25 calls an hour for applying tags, but this removal request isn't clear to me.
- XCT
Resolver I
Good news for the increasing of the limitation! thx nschachter! My use case: If a fabric user changes the tagging of an item during the day, we want to remove those tagging to implement a new one from a third-party app the next night (to be conformed to our policies). We want to work by batch and with automatization. - nschachter
Microsoft Employee
Status changed:Need ClarificationtoAbandonedWe've increased the calls limitation to 25 items per minute, and you can remove multiple tags from an item in a single call. However, we currently have no plans in supprting a flow of removing and re-applying all tags repeatedly.
A different way to solve this might be using the Scanner API to get the tags applied on all items and compare them with the tags applied on your 3rd party app, then using the delete/apply APIs only to apply the necessary diffs.
Recent ideas
Power BI, import report and semantic model: show change connection pop-up
When you need to import an existing Power BI report and semantic model in Tenant B that's created in Tenant A, you need to jump through a number of hoops to fix the original connection. It's doable, ...Reitse30 minutes agoMost Valuable ProfessionalNew2Views0likes0CommentsEnable per-user security for shared gateway connections using service accounts
When a shared gateway connection uses a highly privileged service account, all source queries run with that account’s permissions. Users cannot see the stored credentials, but report developers who c...AshishChougala48 minutes agoMicrosoft EmployeeNew5Views2likes0CommentsRequest to add a feature to extract gateway connection status and last time credentials used
Could you please add a feature in the admin UI on Microsoft Fabric/Power BI to extract the Gateway connections with details of the gateway connection status and last activity information along with t...Vinodkumar_Chak2 hours agoNew MemberNew21Views1like0CommentsPower BI - incorrect handling of empty string parameter in DAX query in paginated report
Blank string parameters in paginated reports are treated as empty strings in Power BI Report Builder but as null values in the Power BI Service, resulting in incorrect report output. -> Create a pag...roshinikumarkar5 hours agoMicrosoft EmployeeNew25Views5likes0CommentsAllow NotebookUtils getSecret() to authenticate with Workspace Identity
Current behavior In Microsoft Fabric, notebookutils.credentials.getSecret() authenticates against Azure Key Vault using the identity of the user who executes the notebook. This behavior appli...tmihara7 hours agoNew MemberNew20Views1like1Comment