Monthly Goal Trending
So I have a goal table containing the MONTHLY goal for a particular measure which I have stored in a goals table using the first day of the month for the month that the goal is applied to (1/1/2016...
View ArticleRe: Monthly Goal Trending
Could you use a Gauge control to show this instead of a KPI visual? You could set the value as the sum of the daily actuals and the maximum value to the Monthly Goal. You could also set the Target...
View ArticleRe: Creating pbiviz files with Visual Studio
Not currently. You can vote for it here though: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/11020722-export-visuals-form-visual-studio-to-pbiviz
View ArticleRe: Visual bullet chart won't compile in Developer Tools
I've encoutered the same. Devtools requires a lot of search/replace for complex visuals built in Visual Studio. Help us move it up the priority list:...
View ArticleRe: How to multiSelect with selection manager in power bi custom visual
Thanks so much for your detailed response. I had already tried a similar approach using var selectionId = SelectionId.createWithIds.apply(SelectionId, categoryIdentities); I implemented your approach...
View ArticleRe: Required code to remove the reports present in Power BI Embedded Workspace
Your article usefull for me. deleted the report file work fine but how to remove workspce ID?thank you.
View ArticleRe: Hyperlink not clickable with custom visual.
Desktop Power Bi restricts hyperlinks.Below code works for Power Bi Web. var val = 'https://powerbi.microsoft.com';tr.append("td").append("a").attr("href", val).attr("title", val).attr("target",...
View ArticleTable Dataview dosent get totals with it.
Hello,As per https://github.com/Microsoft/PowerBI-visuals/wiki/DataView-Introduction Table DataView should carry totals within it.But I tried both in desktop and web version but it dosent workout for...
View ArticlePowerBI Embedded: Unable to use Import method with `Overwrite` option
Hi,In Our case is we want to provide the update on pbix file, it's likely that users change pbix files continuously and then update that pbix back into PowerBI Embedded. We don't want to create new...
View Articlebest platform for cloud based Power BI
We are a consulting group that works with about 300 healthcare clients. Our clients have asked us to create specific custom dashboards for them. We want to use Power BI as our tool. We would harnass...
View ArticleRe: best platform for cloud based Power BI
Your description sounds like you would host the data, have a central login, and each client would see their own information. If that is the case, the only route I see is using Power BI Embedded which...
View ArticleRe: best platform for cloud based Power BI
Correct, we would host the data. I envisioned the client with their own Power BI login that was specific to their dataset/visualizations. Azure, Amazon and a host of others allow you to set up virtual...
View ArticleRe: best platform for cloud based Power BI
The only reason i don't see that working is because each Power BI implementation is tied to each companies tenant/domain...Take a look here, this should give you an idea of how Power BI is set up on...
View ArticleInvoking API with json input and output.
I have a table in my powerbi dashboard with a column of text. The data source is azure sql table.I want to invoke an API by passing this text in the form of a json string of documents. The api will...
View ArticleRe: remove custom visuals from desktop
I love that the custom visual gallery now has a reference to version and upgrade date for each visual.What would really help is to be able to sort by update release date (rather than just name or first...
View ArticleRe: Power BI embedded supports data refresh
In the meantime what about adding a switch to BPIDesktop.exe so this could be automated? Something like: BPIDesktop.exe c:\myreport.pbix -refresh The 'idea' for cached refresh......
View ArticleRe: PowerBI Embedded: Unable to use Import method with `Overwrite` option
There's currently no overwrite options. What we do to solve this is always reference reports by a variation of Dataset Name, not Report Id. Then when you import an updated pbix simply look for any...
View ArticleRe: PowerBI Embedded: Export facility
Ditto. I've only been planning to use Power BI Embedded -- haven't actually tried it yet. And I was assuming it would allow for exporting data, just like Power BI service. Is this in the roadmap, at...
View ArticleAnalyze in Excel pivottable; vba set filters; Col filters work except on 1...
I have a parameter file below to set filters and a subroutine to read the parameters and set the filters in a pivottable. The filters for the first 2 columns (lines 2 [Environment] and 3...
View Article