Re: PowerBI Rest API - Need Help
Thanks for your reporting, I can reproduce the same behavior. I will report this internally and post back if there comes any update. Regarding to create a report in Power BI Service with the dataset...
View ArticleRe: Embedding power-bi into cordova app is not working for some phones
Thanks. Can you please guide me how can I use Power Bi Mobile for my App.
View ArticleRe: Embedding power-bi into cordova app is not working for some phones
Power BI Mobiles are application for mobile devices(android, ios), you shall publish your report to Power BI Service and view the report from Power BI Mobile.
View ArticleHow to deactivate Power BI Pro Free 60 Day Trial
Hi all, Could someone please provide some advise on how to deactivate the Power BI free trial, this was activated and then no longer wanted. I have looked in Office 365 under active users and licenses...
View ArticleRe: d3 csv
, Based on my research, d3.csv issues an HTTP GET request for the comma-separated values (CSV) file at the specified url. You need to specify the full URL.
View ArticleRe: Same Visualizations for Every User
You can surely do that. By using Row Level Security, people would see the same visuals representing their own data.
View ArticleRe: Cannot see the Reports imported on Power BI Embeded workspace
ammitit2006 wrote: I am confused here that when we created the workspace then on the portal it shows the [1 workspace] created. But when I imported the report then it's not showing the report or...
View ArticleRe: iframe on mobile showing desktop report
MagnusV wrote:I created a C# web app that embeds a report in an iframe. When I view the report on my mobile device, I get the desktop version of the report instead of the mobile version. The Power BI...
View ArticleRe: Cannot see the Reports imported on Power BI Embeded workspace
Thanks for your reply.I am not able identify if I cannot see the reports in the workspace and the dataset then how will I run or see the report that I have imported to the workspace. Please let me...
View ArticleREST API 403 Forbidden after 1 hour
Hi, I have written a fairly simple .NET application to POST rows continually to a dataset. This works absolutely fine and I couldn't be happier with the performance of the API either. However, I have...
View ArticleRe: See Records/Data/Group/Include/Exclude all Missing from Embedded Web...
Was This fix applied in Power BI?
View ArticleDAX count of weeks between dates based on Dimension
Hi ,I'm a DAx beginner ,have been struggling to get these 2 calculated measure. 1)for Desired Result1:Display count the number of weeks between the order date and delivery date for each item,at each...
View ArticleRe: PowerBI Rest API - Need Help
Thanks for your help. I was able to add a report, now challenge is when I push the data to dataset using Rest API, report doesn't get refreshed by itself? Is it expected behaviour? I thought, using...
View ArticleRe: PowerBI Rest API - Need Help
I find out that if we have live page pinned to dashboard, pushing the data with Rest API will not update live page but if you have tiles on the dashboard, and these tiles will refresh. If these kind of...
View ArticleHow to calculate using "SUMX" in power bi across a row using multiple columns
I am new to Power BI. Can you please help with DAX formula to calculate value 27? A B C D6 9 5 7 = 27.
View ArticleRe: How to calculate using "SUMX" in power bi across a row using multiple...
You can create a measure as the following:Mesure:-=SUMX(TableName, TableName[A]*TableName[B]*TableName[C]*TableName[D]) for calculated column: Calculated Column1=...
View ArticleRe: DAX count of weeks between dates based on Dimension
I think there is a fundamental flaw in the design of your table. You need Order Date as well as Delivery Date columns to distinguish between two different dates. Putting it in the same column can...
View ArticlePerformance issue while connecting to SAP BW cubes
I’m trying to find out if I can build PowerBI queries on SAP-BW master data objects (i.e. standard SAP-BW master data object 0MATERIAL). It seems the only way to do this is to first create an SAP-BI...
View ArticleReport Automation PowerShell REST API
Hi, I've been working with the Power BI PowerShell model PowerBIPS to try and do some simple automation, but am currently failing. I was looking for a way of importing a templated PBIX (or PBIT) file,...
View Article