Forum Discussion
tomdenby
4 years agoFrequent Visitor
Namespace 'powerbi.extensibility' has no exported member 'ISelectionManager'.ts(2694)
i'm getting the following error and wondered if anyone knows what is causeing it or some trouble shooting methods let me know if you need more info, im new to developing in powerbi. T...
- 4 years ago
Hi Anonymous,
Have you imported the powerbi API first?
import powerbi from 'powerbi-visuals-api';In order to access the powerbi.extensibility namespace, you first need powerbi as a valid object that can be accessed in your current file.
(revisiting the OP, this might be the problem here too; I didn't spot that it was missing from their code initially)
Regards,
Daniel
Anonymous
4 years agoNot applicable
Hi tomdenby ,
Whether your problem has been resolved? If yes, could you please mark the helpful post as Answered? It will help the others in the community find the solution easily if they face the same problem with you. Thank you.
Best Regards
tomdenby
4 years agoFrequent Visitor
ive not managed to try it yet. when i get round to it i will give feedback / mark as done.