The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.