Re: Using cmdlets to change SSAS connection in report
Hi , In Order to achieve your request you can use the Update Data Source APIhttps://docs.microsoft.com/en-us/rest/api/power-bi/datasets/updatedatasourcesingroup In order to automate either using Azure...
View ArticleRe: Images not loading in Chiclet slicers
Are the images that you try to view in the slicer public avalaible on the internet?
View ArticleRe: How to Create Date Parameters in Direct query
Hi , Basically it should work. Do you have tried this with the latest PBI Desktop ? Here is the real working sample video :...
View ArticleRe: Custom Visual Selection
hi it is really only need downgrade to 2.5 pbiviz --version 3.1.5 for me
View ArticleRe: matrix selection error on other visual
finnally I'm solve this thank's to ae https://community.powerbi.com/t5/Developer/Custom-Visual-Selection/m-p/746946#M20083 I'm remove the let builder definition and everything work properly
View ArticleCustom visual selection: values in the selector are reset
Hi power bi community, By following the tutorial for creation of barChart (https://github.com/microsoft/PowerBI-visuals-sampleBarChart), I have created two selectors A and B. If I filter the data only...
View ArticleRe: Connecting Power BI to a Web Service
Thank you for the guidance to connect, that was helpful. Any suggestions on how to pull more than 50 rows at a time?
View ArticleVertical Chart Line
Hello guys, i need to mimic this chart below in Power Bi, I was looking but i didnt find any chart like this, any idea ?
View Articlemulti selection with AND operator
hi community I have 2 selectionId,1. select the city with value "Malang"2. select the month with value "3" this is the my code let list : ISelectionId[] = [];...
View ArticlesetFilter with "Require Single Selection" property using javascript api
Is there any option to setFilter with "Require Single Selection" property using javascript api? We have set "Require Single Selection" for few page level and report level filters in powerbi report but...
View ArticleRe: multi selection with AND operator
Hi ,I can't tell from your snippet how your selectionIds are generated, I believe you'll need to apply both columns to your ISelectionIdBuilder in order to generate one that intersects both...
View ArticleRe: multi selection with AND operator
hi I'm already solve this, the key is not how the manager to select but how the builder to create selectionId, right as your comment.the hard way with matrix are how to create selectionId with row...
View ArticleAbout the synchronous slicer
hi all I had a problem using the synchronous slicer. I created a button a slicer on the first report page, as shown below My button is to jump to the second page after clicking, and the data selected...
View ArticlePower BI REST API & PowerShell Update Datasource
We have a lot of data sources (~200) and an IS enforced policy to change passwords every 45 days. The current process is for someone to go through these data sources and input the new credentials as...
View Articlecombo box with dynamic value
Hi community onyone ever make dynamic combo box with value from Columns/Values fields? like in matrix visual, we can define background and foreground color from format panel i see PowerKPIMatrix...
View ArticleReal time Charts
Hi all,I have a personal datasource and i need to produce a charts with a real time data from that datasource. What options does PowerBI offer?I've read, and tried, something about it, but it doesn't...
View ArticleRe: pbiviz package Error
So I got an answer from Microsoft support team. We need to replace NodeListOf with HTMLCollectionOf in visual.ts.
View ArticleRe: Persistent filters in Power BI Embeded
I have a similar question. We use Power BI embedded in a solution. Users that come to the reports always get the same filters and defaults. Because the Application is the 'user', each user that uses...
View ArticleRe: combo box with dynamic value
I can show the combo box now, and store the data in metadata columns, but the option show empty string let containerIdx = model.enumerationObject.containers.push({displayName})-1;...
View ArticleHow to visualize time series on a combo chart like
Hello all!Back in the days I used to load filtered time series in Excel with powerquery and then do the visualization job with a combo chart (stacked areas + points + lines on the same graph).I'm now...
View Article