Re: Format Options: Hierarchy Slicer vs Slicer visualizations
Hi , than u very much for your reply. I haven´t tried the "Clichet Slicer", I already downloaded and will check if works ok for my scenario. Thanks for the suggestion about posting an idea in the...
View ArticleDAX how to accept multiple values
HI, I am trying to get user companies from user table to pass it to company table using username. (user will have multiple compnay id). Company[companyid] = FILTER(User, User[UserName]...
View ArticleRe: DAX how to accept multiple values
Can you post a sample of your data? But, if I understand what you are going for, I expect that it will involve VALUES and CONCATENATEX.
View ArticleRe: DAX how to accept multiple values
See this thread for what I was referring to: http://community.powerbi.com/t5/Desktop/Help-with-a-table-visualization/td-p/24143
View ArticleRe: Can you pass filters in the embed URL when you use Directquery to build a...
Can you provide sample URL of how you are filtering the PowerBI Embedded (Import)
View ArticleRe: Can you pass filters in the embed URL when you use Directquery to build a...
Can you share a sample URL that is used to filter the PowerBI Embedded (Import Method Report)
View ArticleRe: Error 429 - too many requests
In the web-response. So I post some data using some sample code provided by Microsoft. The only change is the API Endpoint for my realtime dataset - and the json structure. It works well for quite a...
View ArticleRe: Code for updates to visuals in PowerBI
, Not all visuals can have dynamic reference lines applied to them. To get more features available in the Analytics pane, check back often for what's new. As for the code, you may reach out for help...
View ArticleRe: Code for updates to visuals in PowerBI
Thankyou for taking out the time to reply Sam, I am already trying to develop familiarity with the PowerBI-visuals. However, the online video tutorials either use the dev tools in the Power BI sevice...
View ArticleRe: Power BI embedded for internal applications
I wish someone was actually answering this question. It is so difficult to find anything about this particular case.
View ArticleRe: Power BI embedded for internal applications
For internal usage in an app I think the recommended setup is to use the REST API with each user having a PowerBI account, can be free but if the dataaset uses Pro features then each user needs to be...
View ArticleRe: Power BI embedded for internal applications
I have been reading through their documentation as well. As far as I can gather, the app needs to be authenticated through Azure AD first, then requested report/dashboard (through REST API) is pulled...
View ArticleRe: Power BI embedded for internal applications
mhasanbulli wrote:I have been reading through their documentation as well. As far as I can gather, the app needs to be authenticated through Azure AD first, then requested report/dashboard (through...
View ArticlePowerBI and SSAS
Hi,I was trying to find some informtion regarding Power BI and SSAS integration.Could anyone please help me with the same .Thank you .
View ArticleRe: PowerBI and SSAS
Something like this?https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-ssas-multidimensional/
View ArticleSome generic queries
I have following queries about PowerBI : Does it have provision to use any programming/scripting language to manipulate data? for example when we use excel for generating reports we can manipulate data...
View ArticleRe: 403 forbidden error
I have generated the developer token in php and then passed it in javascript code in Iframe with the help of PHP variable. Like this:<?PHP $apptoken = ....?> <body><button...
View ArticleRe: Some generic queries
1. In power bi desktop you can use DAX or M / power query languages to manipulate data.2. Not sure what you mean by standard formats3. Yes you have option of visual level filters which only apply to...
View ArticleRe: embedded-expiration/timeout issue?
In the interim--I thought a short video of the failure would be helpful to the community and perhaps allow you to get further along in deciphering what is happening when our site "fails" when...
View Article