Re: Need help creating number of week
Hi how did you get on with finding a solution to this? I have allowed the unrestricted measures but still cannot get the WEEKNUM working on Direct Query mode. Cheers,ED.
View ArticleRe: Power Bi Embed: Can't load data for this visual
Never really tried this but my guess is APIs that does upload has limitation on overriding existing pbix files that are already uploaded. If via power bi desktop you do that your report / dataset in...
View ArticleRe: Power BI Embedded with validation
What you need is Row Level Security (RLS) implemented on your pbix file. Check out this blog post that goes through on how to implement RLS for power bi embedded.
View ArticleRe: Power Bi Embed With Sharepoint
Basic limitation of power bi is that it can only work with your work account so (no hotmail, gmail, yahoo etc). I think it would apply for power bi embedded as well.
View ArticleRe: PowerBI SendGrid Content Pack Merged With SQL Server Data
SachinC wrote:Eric - excellent suggestion, but unless I am doing something wrong, that API connected through the method you specify in PowerBI desktop doesn't open up the data source properly. Can you...
View ArticleCheck if PowerBI page is loaded (using Selenium)
Hi! I am using Selenium to automate load and performance test of PowerBI reports and I just need a way check if page is loaded (all queries executed and all charts displayed). Many pages on Google...
View ArticleRe: Restricting dimensions to used values
Sam,thanks for the thought and sorry for the delayed response (I actually got some holidays!) I think your idea kind of hurts the idea of shared / conformed dimensions especially when they come from...
View ArticleRe: Embed group report problem
vospitannikov wrote:I'm trying to integrate PowerBI report (located in group) into my page using iframeI've registered AD applicationI can query list of reports from the server sideBut when I'm trying...
View ArticleRe: Restricting dimensions to used values
Here is a solution I found.To SSAS The tables setup in Visual Studio are actually views of objects dimensions in the data databaseso I changed the views to include an addition to the where clause...
View ArticleRe: Embed group report problem
I have exactly the same issue. Embedding of my own reports works fine. I have created 4 groups in power bi - only one report in one group can be embedded without a Problem, all reports that are within...
View ArticleRe: PowerBI SendGrid Content Pack Merged With SQL Server Data
Hi,Using the API web call string, it authenticates, however I only get Kind, Name and Text (no idea what this means). I was looking for the usual fields - i.e. #Sent, #Bounced, #Spam etc...That's why...
View ArticleCalculate users Count on Age Distribution (18-30,31-45) on X axis
We got requirement to show the users count with age distributions. For example we have to show the users count by age between breakups . X axis values should be : 18-35 , 36-50,51-64, 65>above. Y...
View ArticleRe: PowerBI SendGrid Content Pack Merged With SQL Server Data
SachinC wrote:Hi,Using the API web call string, it authenticates, however I only get Kind, Name and Text (no idea what this means). I was looking for the usual fields - i.e. #Sent, #Bounced, #Spam...
View ArticleRe: Power Bi Embed: Can't load data for this visual
FabioIkoMotta wrote:I follow exactly the sample (.sln) provide by Microsoft .I create workspace, uploaded pbix file, update database connection string and display it in a MVC web.Is works fine when the...
View ArticleRe: New Debug Visual
Just confirming that uploading a new report with no existing custom visuals has solved the problem.
View ArticleRe: powerbi-visuals-tools 1.1 with typescript 2.0
, Based on my research, you could specify "devDependencies" in package.json.
View ArticleRe: Randomly cannot "acquire exclusive access to dataset" when using the Rest...
This is happening again, as of right now, I2016-09-07T12:15:40.163Z]{"uuid":"58a549f5-42cb-f3a2-de92-27e42c608d59","status":500,"headers":{"Cache-Control":"no-store, must-revalidate,...
View ArticleRe: Power BI Embedded with validation
Thanks for the link, I will try. We dont have Roles but I can fake one. The part that I have not understood is the "app token". I am not sure how I can pass on the token with username: and role:.Do you...
View ArticleRe: embed a PowerBI report in Salesforce
I am interested in this solution, but I am not sure how do you refresh data in embedded reports against SFDC data?Can you provide some guidance?
View ArticleRe: Check if PowerBI page is loaded (using Selenium)
knyazs wrote:Hi! I am using Selenium to automate load and performance testing of PowerBI reports and I need a reliable way to pause code execution until page is fully loaded (all queries executed and...
View Article