Forum Discussion
KeshavaMedari
3 years agoNew Member
Stop same user selecting button multiple times in Power BI
Hi guys, I have one doubt. I created a power BI visual and integrated power automate button into it. My Scenario is when user logs in to power Bi, he clicks on the button - A team chat will be create...
- 3 years ago
You might have to...
1.) Create and maintain a table of users to keep track of who has clicked the button.
2.) When the user clicks the button, set the flag as Yes in the table.
3.) At the time of dashboard page load check the status of the flag for individual user and either enable or disable the button.
powerbiAG
3 years agoFrequent Visitor
You might have to...
1.) Create and maintain a table of users to keep track of who has clicked the button.
2.) When the user clicks the button, set the flag as Yes in the table.
3.) At the time of dashboard page load check the status of the flag for individual user and either enable or disable the button.