User Profile
pankajkatariya
Frequent Visitor
Joined 7 years ago
User Widgets
Contributions
Power BI Custom Visualization - Don't Summarize option for Measures
I am developing custom visual in where in I want to set MEASURE to Don't Summarize by default. Now in my visual all measures are set to Count. Can anyone help, on how to configure same in capabilities.json or any other file.875Views0likes1CommentPower BI Custom Visualization - Integrate HTML Editor
I want to integrate HTML Editor in my PowerBI Custom Visual. So I have installed TinyMCE / CKeditor modules through npm commands. Also mentioned them the module path in pbiviz.json file. Still I am not able to access it in visual.ts file. Can someone help me to understand why its not working ? #PowerBICustomVisual1KViews0likes1CommentIs free embed token app specific or user specific ?
As mentioned in Power BI Documentation, "Embed tokens with PRO license are intended for development testing, so the number of embed tokens a Power BI master account or service principal can generate is limited" Source: https://docs.microsoft.com/en-us/power-bi/developer/embedded-faq So my question is... If developer needs more free tokens for testing app in developement environment, can user change master account to acquire more free tokens ? Embed token are app specific or user specific ? Thanks.Solved2.2KViews0likes2CommentsPower BI Embedded - Need more free tokens for development and testing
I have Power BI embedded application running well, but since yesterday it started showing up this error. While investigated the above error, I got to know that it was because Free embed tokens limit has been reached. As mention the error below. To continue with Power BI Embedded, it asked me to purchase dedicated capacity. But since I am still in testing and development phase, I want to continue with testing and development tokens. So I decided to try with another Power BI Pro account which might have free tokens. So I changed Power BI user name and password in the Web.config and provided access to workspace to new user. But now its shows following error, I have found similar issue in Power BI Community, but that has not helped. Authorization error when trying to Embed using sample for Non PBI Users Please help to resolve this issue.640Views0likes0CommentsCustom visual text input box
I want to add custom sub title for my visual. For that I want text box in property pane through which user can give input. I have added following code inside "objects" key in capabilities.json, but it don't reflect in Format pane. Your kind help will be appreciated. "customTitle":{ "displayName": "Custom Title", "displayNameKey": "Visual_CustomTitle", "properties": { "inputText": { "displayName": "Text To Show", "type": { "text": true } } } }Solved4KViews0likes1Comment
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.