The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am currently trying to develop a Power BI custom visuals. I would like to know it is possible to let user to select and copy text in Power BI custom visuals?
Solved! Go to Solution.
I managed to figure out a workaround to select text for copy pasting. Just sharing it here for future reference. We can simply create a textarea (set the inner text to the required text, set it to readonly, set the preferred width & height, and any additional styles required) and that's all we need.
I managed to figure out a workaround to select text for copy pasting. Just sharing it here for future reference. We can simply create a textarea (set the inner text to the required text, set it to readonly, set the preferred width & height, and any additional styles required) and that's all we need.