RE:
This something that drives me crazy - I have managers asking me to run a manual refresh, because they have made multiple changes to sales pipelines and need to see the impact immediately due to an upcoming call. I already have the latest refresh time/date stamped on each report, and have a manual refresh button - but the only person this works for is me. Being able to authorise specific users to run the refresh would speed up the process for the managers and give me some time back!
RE:
What is the workaround solution, since it's not possible to have full control (eg hide participants list) of an online webinar teams event initiated from customer insights?
RE:
This is an essential feature.As easy as the Drill-Through functionality is, I would like to have an Auto setting (like for Tooltips) and the possibility of explicitly setting the target page as the Drill-Through target per Visual when needed.It is so sad that there have not been that many votes on this until now.
RE:
@Kim 👍 and additionally enable visual calculations for conditional formatting as well.
RE:
Just want to add on to this;Create - we are migrating from on premise to cloud and it would be great if there was a way to migrate the subscriptionsModify - if someone sets up a subscription for a time before the dataset is updated there should be a way to auto update thisDelete - if someone leaves the firm or gets another role within the firm it would be nice to be able to take care of these through an APIRun - there should be a way to only run the subscription when the underlying dataset is updatedThanks
RE:
Hi Luca BaratinThank you for your comment.The issue is that the function is called from another Page in BC and there is no event that gives access to this variable.The only solution is to replace the original Page from Microsoft with a custom Page and use this one to access the variable. But this means that if MS decides to make changes to the original Page, I will have to remember to update my Page also.Best Regards,Vassilis
RE:
I just realized: Taking over someone else's report & making a small modification is suddenly not a 10 minutes task, but "living on the edge". There's no telling what a bookmark is supposed to do, unless you did it yourself yesterday.Microsoft, you can do better than that!
RE:
100% agree with this. The other option is to create template customers that are used when templates need to be updated which just leads to extra customers that remain in the system and settings like Invoicing and hold that has to be changed before you save again. Yes, you can have users work in Excel or something else but come on!
RE:
Even Copilot thinks it should be available:Updating a specific row directly in a Power BI dataset using the API is not supported. However, you can achieve this by using the Push Dataset method, which involves deleting the existing row and then adding the updated row back into the dataset.Steps to Update a Contact in Power BI Using API1. Get Access TokenEnsure you have an access token to authenticate your API requests.2. Delete the Existing RowUse the Power BI REST API to delete the existing row with the specific contact ID.Example API Call to Delete a RowDELETE https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/tables/Contacts/rowsContent-Type: application/jsonAuthorization: Bearer {access_token}{ "rows": [ { "id": 1234123 } ]}Which is just as 1ame... Shame on you! Administratoron 21 Dec 2016 11:03:57Asked the team to look into this
RE:
Tooltips are a great way for users to get a better understanding of fields and actions without the need to search. But I've often found that tooltips are an afterthought when designing and developing PTEs. I think this idea is great because it would let the implementation team add tooltips without the need to re-compile the code and would let users override standard tooltips to provide information specific to their workflows, which would be helpful when training new team members. I guess it could be incorporated into the personalization and profile customization functions.