Re: Power Bi Embed: Can't load data for this visual
HTTP Error 401 means Unauthorized, can you be more specific on what is the database in your case, how the pbix connects to the database, direct query or import? How did you embed the report?
View ArticleRe: PowerBI SendGrid Content Pack Merged With SQL Server Data
SachinC wrote:Hi,SendGrid have confirmed the API URL only contains a small element of what I need. They will confer internally with their developers.I am now snookered on what to do next? To recap, I...
View ArticleRe: Power Bi Push not on exisiting dataset possible
I'm confused by your wording with "importing". The process I follow is to create a PBIX file in Desktop, use File | Publish to publish it to the Service. I can then, later, update the report and use...
View ArticleRe: Embed group report problem
Would you mind uploading the project in VS? By the way, ensure all the options are checked when registering an app for PBI.
View ArticleRe: Power Bi Embedded and internal vs. external.
IF you sahre to public so that it gives you a URL to embed then that URL is discoverable on the web or accessable by anyone that knows the URL so nothing that you don't wish the world to have access to...
View ArticleRe: RLS Help
When you use UPN you still have to add invidiual members you want to share report with to just one role and then use user security table in your database to do the filtering.
View ArticleRe: Change legend value label name in Line and Clustered Column Chart
AFAIK, there's no way to change the label name, in your case, to get a custom label name, you can use a measure instead. User Requests = COUNTROWS(request column) OR User Requests = SUM(request column)
View ArticleRe: RLS Help
When you say the user was able to view the report, do you mean he was able to view the report under the reports list in the navigation bar? or were you referring to data/rows within the report? RLS...
View ArticleRe: How to generate dataset and dashboard in Power BI portal automatically?
tjliushijun wrote:Sorry about confusing you .....I mean that my partner has their own portal to deploy all the iot services. So they want a button in their own portal that pushing it will deploy the...
View ArticleRe: Power Bi Push not on exisiting dataset possible
Of course you can do that and it works, and then you can create dashboards... in Power BI Service. But that is not what I am talking about.I say, after publishing your data in Power BI service (after...
View ArticleRe: Power Bi Embed With Sharepoint
sshetty wrote:I was working on POC where I was trying to embed power bi report (which is not publicly shared) with sharepoint. I had created a provider hosted app and created an app in Azure AD and...
View ArticleRe: REST API and Power BI Desktop
Yes, I think this feature is so elementary. I don't understand why it is not available in Power BI. The way you use with google drive, do you have such kind of regulary updates? I mean a real time...
View ArticleDelete a row via Power BI REST API
A very important question: In Power BI REST API I am able to insert and delete rows.I want to user the delete function, but as I have seen, I am just able all the rows in table. Can I delete a specific...
View ArticleRe: REST API and Power BI Desktop
@MbPro yes you do, kind of.Google Apps Script allows you to set triggers (every minute, hour, etc.) which work just like cron jobs.But there is a limitation on the PowerBI-Side how often you can...
View ArticleRe: Can Azure PowerBI connect to an Elastic Query?
, There isn't a specific connector for Elasticsearch right now. Based on my research, you could use the "From Web" source with the Elasticsearch REST API and write Power Query Formula Language in the...
View ArticleRe: Looking for communication activity and campaign monitoring dashboards
, I know there are several solution templates for Power BI at https://powerbi.microsoft.com/en-us/solution-templates/ and a special forum Power BI Community for solution templates. You may take a look...
View ArticleSharePoint Online Lists with Power Bi - Direct Live Connection, URL parameter...
We've been testing and have run into these challenges that are keeping us from replacing SSRS. * No Direct Live connection to SPO Lists. If Azure DBs have one, why not SPO lists that are hosted in...
View ArticlePower BI Embedded and End Users
Hello, Is it possible to use Power BI embedded to only display reports that end users have created in Power BI desktop? This is my scenario. I have a hosted application with several clients. Each...
View ArticleRe: Power Bi Push not on exisiting dataset possible
OK, I understand your issue now. From your original post, I didn't see any mention of the REST API so I missed that component of your issue. Now that I understand what you are talking about, let me see...
View ArticleRe: Power BI Embedded with validation
So, the Row Level Security and Update to the Nuget package did the trick. Only change I did in code was to pass on the user name via PowerBIToken.CreateReportEmbedToken().
View Article