Hello, Team. Looking forward to hearing your ideas on this problem.
I've developed an employee database for online and mobile use from a single dataset in Desktop. One of the report pages returns the employee contact info including their phone number. Since there doesn't seem to be a way (yet) for Power BI to initiate a call itself, I'm trying to develop a measure/button to simply capture that value from the report to the clipboard, so the user can click that button to copy the value and just paste it into their mobile phone (no right clicking required). I'm pretty sure I can capture the content using DAX's SelectedValue function, but I'm new to programming and not quite sure what to do with it next. I considered Power Automate or Power Apps instead, but that seems clunky and I'm worried that users would need to download another program, plus...a whole other system I'd have to learn. Any suggestions?
Solved! Go to Solution.
Hi, @PCorbitt
According to your description, you want the end user to get the corresponding text value by clicking the mouse.
According to my search and testing, currently we can only copy text in Power BI by right-clicking the mouse and clicking "Copy value" in table or Matrix visual.
And as searched , if you want to click a button to copy the value and you do not want to right clicking.I only found the corresponding method in Power Apps:
Power Apps Copy Text To Clipboard - YouTube
In addition, you can also try to use code to embed power BI report. Then you can try to use the front-end code to achieve the custom functionality you want.
For more information, you can refer to :
Power BI embedded analytics overview - Power BI | Microsoft Learn
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi, @PCorbitt
According to your description, you want the end user to get the corresponding text value by clicking the mouse.
According to my search and testing, currently we can only copy text in Power BI by right-clicking the mouse and clicking "Copy value" in table or Matrix visual.
And as searched , if you want to click a button to copy the value and you do not want to right clicking.I only found the corresponding method in Power Apps:
Power Apps Copy Text To Clipboard - YouTube
In addition, you can also try to use code to embed power BI report. Then you can try to use the front-end code to achieve the custom functionality you want.
For more information, you can refer to :
Power BI embedded analytics overview - Power BI | Microsoft Learn
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
125 | |
74 | |
65 | |
53 | |
53 |
User | Count |
---|---|
199 | |
104 | |
88 | |
79 | |
77 |