How to pushing data into Power BI Preview in real time not using Azure Active...
How to pushing data into Power BI Preview in real time not using Azure Active Directory?
View ArticleRe: REST API Silent Authentication (Token)
That is a more AAD related issue.Check similar...
View ArticleRe: REST API Silent Authentication (Token)
Thanks , I already solved it, Just read a little more how the authentication flow works
View ArticleRe: REST API Silent Authentication (Token)
visure wrote:Thanks @Eric_Zhang, I already solved it, Just read a little more how the authentication flow works Could you share the solution?
View ArticleRe: REST API Silent Authentication (Token)
Of course, When I calmly read the message "The user or administrator has not consented to use the application" I started to ask myself "where could I consent the permissions", the quick response came...
View ArticleRe: Adding rows to a table for powerbi embed
AFAIK, there's no REST API to add rows for Power BI Embedded, you can submit your idea at Power BI Ideas and vote it up.
View ArticleRe: PowerBI Embedded: REST API vs Nuget Package for asp.net mvc
It will all depends on your application. For asp.net the Nuget Package will be good. REST API prodives more flexibility when developing in other language.
View ArticleRe: PowerBi Model access over http
youranupama wrote:We can Analyze the PowerBI published model in Excel which is good. But what if we want to analyze the model using Pivot Grid (no excel) in custom web application. The Pivot Grid...
View ArticleRe: Generating SSRS report based on filter
aabi01 wrote:Lets say we have a bar chart, each bar represents a product type and there are additional report filters. When I click on one of the bars and filter the report based on that product, is...
View ArticleRe: Create a visual using multiple tables?
, You may consider using UNION Function in DAX to create a new table.
View ArticleRe: Can we create custom visuals from existing built-in visual Like Line Chart?
, As far as I know, there are some available repositories at https://github.com/Microsoft?utf8=%E2%9C%93&q=PowerBI-visuals&type=&language=, you may have a look. When packaging your visual...
View ArticleRe: Create a visual using multiple tables?
thank you for your quick response. Does it mean accessing multiple tables is not possible? In case of a union, how can I distinguish which value comes from where when displaying the two time axes? Can...
View ArticleAdding rows to a table for powerbi embed using REST
For the Power BI embedded REST API, how do I add rows to a table?
View ArticleRe: Adding rows to a table for powerbi embed
AFAIK, there's no REST API to add rows for Power BI Embedded, you can submit your idea at Power BI Ideas and vote it up.
View ArticleAdding rows to a table for powerbi embed using Nuget
For posting rows using Nuget (for powerbi embedded), what are the differences between the two parameters below, and what should I provide for them? An example for requestMessage and customHeaders will...
View ArticleMicrosoft Office Store For Power BI Incomplete (Visuals) - Visual Galery
Hi, Checking https://store.office.com I noticed that not all Graphics contained in Power Bi Visual Galery are available? Are they expected to be migrated? Example: synopticPanelByOKViz.1.4.0,...
View ArticlesupportsHighlight in Matrix data
Guys, does anybody know if supportsHighlight is actually working in Mtrix Data View?
View ArticleHow to check that all expected rows were imported to power bi desktop model?
How can I (can I?) implement a row check step, just after importing a table, that will perform row count of imported dataset and compare it to the dataset's expected rowcount? I would like to create...
View ArticleAsp.net error: The remote server returned an error: (403) Forbidden
I create Dataset in asp.net but error: The remote server returned an error: (403) Forbidden. Console is working. public static string createDataset() { string rs = "";...
View ArticleRe: Embedding Power BI into internal business application
aabi01 wrote:If I want to embed embed Power BI into an internal business application, it is my understanding that I would just need a Power BI Pro license and not Power BI Embedded. So then what is the...
View Article