Forum Discussion
Namespace 'powerbi.extensibility' has no exported member 'ISelectionManager'.ts(2694)
- 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
Hey, I have been having the same issue and none of the suggested solutions work. Do you have any other suggestion?
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