Re: Power BI Embedded Row-Level Security for Multiple values of single attribute
Hello, There is no need to manage any OR conditions as that is why you have the Roles_Departments mapping table there for.E.g. Your Roles_Departments mapping tables might have values like - Role_Id |...
View ArticleRe: Power BI Embedded Row-Level Security for Multiple values of single attribute
Thanks vinaypugalia, i got your point. My previous reply was based on the comment by v-lvzhan-msft. However, I don't have roles in my scenario. Also, such table needs to be modified everytime when the...
View ArticlePower bi report using web api with querystring parameterized and stored...
Hi, I am using web api and stored procedure with parameters, which gets data based on the parameter passed and using this through web api I have created a power BI report and published and embedded in...
View ArticleCustom visual timeline problem in PowerBI Dashboard
Dear Community, I am working with the custom visual Timeline 1.3.17. In the power BI Desktop version it works fine in reports, but when I use it in my dashboard to set a timeframe it automatically...
View ArticleWeb api paramerized refresh data
Hi, I am using stored procedure with parameters which gets data based on the parameter passed and using this through web api I havecreated a power BI report and published and embedded in web page which...
View ArticleRe: Power BI Embedded Row-Level Security for Multiple values of single attribute
Hello, I do understand that you currently do not have ROLES in your application, but you need to bring in this concept to get rid of multiple OR conditions. Also, if there is any change in...
View ArticlePivot and Unpivot
Hi All, Any one have idea on implementing pivot and unpivot using Power BI Desktop without power Query. Regards,J Pavan
View ArticleRe: Custom visual open new report
, So far, I do not find an available way. You may submit an idea.
View ArticleRe: How to create dynamic report Power BI programatically?
Well, I'm afraid it is not possible at this moment. You can check this idea Power BI Designer API and vote it up. The Power BI Designer API may allow you to change the dataset in a pbix programatically.
View ArticleRe: Update connection string of PBIX file
AFAIK, there's no way to change the connection string in the pbix file, you can check this idea Power BI Designer API and vote it up. To update the connection string of a published dataset, you can...
View ArticleRe: How to batch load pbix files?
Based on my test, you can select multiple pbix files and right click->open.May I know why you'd like to open many files at one time? If you'd like to publish all the pbix files, you could import...
View ArticleRe: microsoft partner center API
matiman wrote:Hi, So I'm trying to get usage data from Microsoft Partner Center (via web API). I know that I need an Azure token and a Partner Center token to access the data. Connecting to the sandbox...
View ArticleRe: Manage permissions in Power BI with the user groups created in Sharepoint...
Using the username() DAX function in RLS looks promising.
View ArticleRe: Sharepoint dashboard with live data?
For showing live data of a sharepoint, I'm not aware of any approach other than calling Power BI REST API. You don't even have to be a pro user if you have coding skill and know how to extract that...
View ArticleRe: integration Power BI Desktop report to PHP application.
Two ways to embed reports,Power BI REST API and Power BI Embedded. You can check the difference in this thread and Rest API vs Power BI Embedded. Samples on GithubPower BI REST API samplePower BI...
View ArticleRe: Set expiration of accessToken through powershell
For Power BI embedded, you can get an token that never expires by using this sample in github. Generate an accesstoken that never expires(not recommended).var embedToken =...
View ArticleRe: PowerBIClient generates System.ArrayTypeMismatchException
Not yet reproduce that exception at this moment, and I'll research on this.Meanwhile, an issue request is raised in the github lib, we could wait for the author's reponse at the same time.
View ArticleRe: Custom visual open new report
I am able to display hyperlink with this code: '<a onclick=parent.postMessage("childframe","*");> '+ click here +' </a>' But when i click on 'click here' it doesn't transfer the message...
View ArticleRe: Need help creating number of week
HI, Any workaround to use WeekNum in direct query?
View ArticleRe: microsoft partner center API
I tried connecting on both environments with visual studio (C#) and it works fine.So I thought I missed some authentication code in power query... Summary:For sandbox -> Can't refreshFor primary...
View Article