Re: Power BI Embedded Row-Level Security for Multiple values of single attribute
Hello, What I see as a solution to your problem is - 1. Create a mapping table for Roles_Departments having columns - Role_Id & Department_Id.2. As RLS, use the DAX - [Role_Id] = USERNAME()3. From...
View ArticleRe: long text viewer
, You could just mark it as answer. That way, other community members may also benefit.
View ArticleRe: PowerBI Embeded report with RLS cannot display with 401 error code
Hello, If you are using DirectQuery with Power BI Embedded, please note that as on date, only SQL Azure & Azure SQL Warehouse are the only 2 data sources which are supported. Any data source using...
View ArticleRe: Update Connection Strings via API
williamd wrote:I have been using the Rest API to publish PBIX files to PowerBI.com. Part of this process was setting the connection strings to the production instance. The documentation doesnt say much...
View ArticleDashboards not showing "To see this dashboard, try Power BI Pro for 60...
Hi, I'm using Power BI (free account) and now when I view the dashboards I get "To see this dashboard, try Power BI Pro for 60 days, or contact your Office 365 tenant administrator to purchase Power BI...
View ArticleRe: How to embed a PowerBI.com report into cloud app (quickbase)?
The simplist way to embed power bi can be using a static HTML. "Registering a web-app" is to get the the accessToken that is used to embed. Here's the embeded sample . As to the web-app, I started from...
View ArticleDirect Query for Parameters
Hi All, i was using direct query mode of sql server 2014 and creating parameters on that. While aplying parameters to data source getting the error.Please find the attached file of error and help on...
View ArticleRe: The remote server returned an error: (404) not found error
The 404 error is because the passed table name is incorrect. CorporationProduct is the dataset name, while in your case, the table name should be product. addRowsToDataset(datasetId,...
View ArticleRe: Dashboards not showing "To see this dashboard, try Power BI Pro for 60...
I think I found the answer, it's because I refreshed the data too many times ? "For example, if you create a manufacturing dashboard that updates progress multiple times during the day, anyone...
View ArticleJSON file drill downs
Hi Everyone, I have a question about importing a JSON file so I can access the data to report. I have the following documentation below on how to do this which was helpful, unfortunately on the last...
View ArticlePower BI Embed ai.0.js 404 error
Hello, I currently have a problem after following the following tutorial : https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-tile-load-tile-iframe/ My code mostly follows...
View ArticleRe: How do I pass parameters to a dashboard
Yes, that is correct in that it would be a row-level security I'm publishing the report via Power BI Desktop. So far we have not anything using the Power BI API? Would that make it easier? Where would...
View ArticleRe: How do I pass parameters to a dashboard
No, row-level security is what you're looking for. The reason I asked about the API is because this section of the forum tends to focus on the Power BI API / Embedded version. You'll most likely want...
View ArticlePerformance of Power BI for Large Projects
Hello people,We are starting to use Power-BI and we are facing some difficulties and wanted to share with you, and who knows have some help.We are a software house and we will make available a solution...
View ArticleConverting UNIX time to Date in PowerBI for Desktop
Hi, i am having issues converting the time in Unix time (60*60*24) to date time. i tired http://stackoverflow.com/questions/35650485/how-to-convert-unix-time-to-date-in-powerbi-for-desktop and...
View ArticlePowerBIClient generates System.ArrayTypeMismatchException
Hey fellas! I have som really strange issue going on. With all the latest PowerBI nuget-packages and their latest iterations of dependencies I get the following exception: Exception thrown:...
View Articlehow to publish a report
Hi, i am a new user and using Power Bi Desktop, created a report but not able to publish .In publish option it is asking for verification code.Please let me know how to solve this. Regards,Swapna.
View ArticleRe: Power BI Embedded not working on IE
I have the similar issue, we are using PBI Embedded to embed some visuals in a website. The visuals work absolutely fine on Chrome but it does not show up neither gives any error on IE11 !!! Can you...
View ArticleRe: How to use DirectQuery with Microsoft Azure Document DB
Do you have some plans for support Direct Query for documentdb? How can I update my informes automatically if I use documentdb?
View Article