Forum Discussion
d_u_a
8 years agoHelper I
Custom Visual After pbiviz package Giving Error
1)I 'm creating pbiviz package then importing it to app.powerbi.com in first time it's not giving any error but second or third trying to generate package it's giving these errors - ( I am using the ...
- 8 years ago
Thank you Ignat Vilesov for your help,
For other people who takes same error :
Ignat's solution : rename namespace to module in settings.ts and visual.ts.
TypeScript namespaces are not supported yet. Please always use modules instead.
d_u_a
8 years agoHelper I
Thank you Ignat Vilesov for your help,
For other people who takes same error :
Ignat's solution : rename namespace to module in settings.ts and visual.ts.
TypeScript namespaces are not supported yet. Please always use modules instead.