settings
6 TopicsGo back to Pro capacity after using Fabric capacity
Last week i used the fabric trial. In workspace settings -> premium, i set up the fabric capacity (instead of pro) I had to make an azure trial account and made fabric capacity server there. Now my the trial of azure is finished ( I can not open any report) and i want to switch back to pro capacity in the workspace. The button for 'apply' is switched off. as shown in the picture below.. How can i fix this?457Views0likes0Commentshow to filter data in dataverse queries
Hi everyone, I have to create a set permission in D365 or not editable filter in Power BI to allow my colleague create his own report but only with his BU data. I'm trying with permission in D365 settings but it doesn't work... it seems that permission read with parent: child business unit works only in D365 query. Can anyone help me? Thanks in advance, Silvia InnamoratiSolved1.8KViews0likes1CommentCustom Visual - TextInput in Visual Format Setting does not save value and reverts to default
Here's what happens: When I go to Visualizations->Format Visual->Visual, I have a textbox with default text in it. If I enter new text and hit enter, nothing happens. As soon as I click outside of the textbox the default value returns. Can anyone explain what's happening? Here is what I think are the relevent sections of code: From Capabilities.json "objects": { "redirectURL": { "displayName": "Redirect", "properties": { "value": { "displayName": "Hyperlink", "type": { "text": true } } } } } From Settings.ts class DataPointCardSettings extends FormattingSettingsCard { redirectURL = new formattingSettings.TextInput({ "placeholder": "Hyperlink", "name": "Hyperlink", "value": "Enter URL Here" }); name: string = "redirection"; displayName: string = "Redirection"; slices: Array<FormattingSettingsSlice> = [this.redirectURL]; } export class VisualFormattingSettingsModel extends FormattingSettingsModel { // Create formatting settings model formatting cards dataPointCard = new DataPointCardSettings(); cards = [this.dataPointCard]; } From visual.ts import { FormattingSettingsService } from "powerbi-visuals-utils-formattingmodel"; import { VisualFormattingSettingsModel } from "./settings"; ... export class Visual implements IVisual { private formattingSettings: VisualFormattingSettingsModel; private formattingSettingsService: FormattingSettingsService; ... constructor(options: VisualConstructorOptions) { ... this.formattingSettingsService = new FormattingSettingsService(); ... } public update(options: VisualUpdateOptions) { this.formattingSettings = this.formattingSettingsService.populateFormattingSettingsModel(VisualFormattingSettingsModel, options.dataViews); } public getFormattingModel(): powerbi.visuals.FormattingModel { return this.formattingSettingsService.buildFormattingModel(this.formattingSettings); } }Solved2.9KViews0likes2CommentsThe number of comments to the report on the Report Server
Hello! One of the published reports had the following error when adding a new comment: "You cannot add new comments. The number of comments has reached its maximum (100)." Tell me, is it possible to increase the number of comments to the report in the settings? How can I do that?603Views0likes1CommentTabs along the bottom: Keep server report settings when republish from desktop
From ergonomic resons it is sometime interesting to set the tabs along the bottom instead the lateral side. This can be adjusted in the report setting. However, when a report is republish from desktop (because updates, ...), this setting is removed. Can it be memorized, or can this setting be set from desktop too ?Solved4.6KViews1like4CommentsReport fails to connect to data server
Good day I have been stuck with this issue for the past couple of days. I am building powerBi reports as part of my job using direct queries and accessing data from a SQL server. Before everytime i would open up the report powerBI would have a pop up asking to validate the data and i would click 'ok' and the report would work. Ihave not changed any credentials or settings but for some reason that pop up does not come up and the model opens but then i get the error shown in the following screenshot, cannot find any fix online, any assistance would be greatly appreciated. Kind regards, Hasaan706Views0likes1Comment