Forum Discussion
Custom Visual - To implement Date Range Picker
- Anonymous7 years ago
It's ok. The issue is now fixed. Seems like PBIVIZ doesn't support third-party jQuery libraries and its functionality with custom visual code.
A better approach is by using the Webpack configuration Webpack Configuration for Custom Visual.
For more information follow this Github thread.
Power BI Custom Visual - Date Range Picker
v-viig Just an update.
https://github.com/microsoft/PowerBI-visuals/issues/543#issuecomment-490059785
Based on the above line comment, it has to be used with window.jQuery or similar approach. I believe you have added jQueryInjector.js in the previous code.
Any idea how I can add that or similar workaround for pbiviz 3+ versions code.
- Anonymous7 years agoNot applicable
It's ok. The issue is now fixed. Seems like PBIVIZ doesn't support third-party jQuery libraries and its functionality with custom visual code.
A better approach is by using the Webpack configuration Webpack Configuration for Custom Visual.
For more information follow this Github thread.
Power BI Custom Visual - Date Range Picker