How to update odbc connection string (Hive database) Using PowerBI Embedded
Hi , I have generated .pbix file using Power BI desktop application for Hive database (using odbc connection). I haveused PowerBI Embaded utility to deploy in Azure. It's deployed successfully and...
View ArticleHow to update odbc connection string for Hive using PowerBI Embedded
Hi , I have generated .pbix file using Power BI desktop application for Hive database (using odbc connection). I haveused PowerBI Embaded utility to deploy in Azure. It's deployed successfully and...
View ArticleRe: Oracle DataAccess Client - It is really Necessary?
Hi , When we connect to Oracle database in Power BI desktop, we need to install the Oracle client software Oracle Data Access Components (ODAC) on the computer running Power BI Desktop. For more...
View ArticleRe: custom datasource
You can create proper web services for your data source, regardless of whatever it is. And call the web service from power bi desktop via "get-data -> web", the gateway also support refresh a web...
View ArticleRe: How can I embed a single Power BI Tile or Visualisation instead of a...
If you go through the demo Load a tile into IFrame, you would find the embedded url for a url is like "https://msit.powerbi.com/embed?dashboardid=xxxx&tileid=xxxx". AFAIK, there's no dashboard in...
View ArticleRe: Generate Reports Automatically
Twister8 wrote:Hi everybody, Can I genarate and send to directory folder my report automatically? For example, I have some reports with the same layout but with different datas, I need generate daily...
View ArticleRe: PowerBI Embedded Sample Connection string
Please use a "Direct query" option (not import) when you are building the .pbix file. Once you do this deploy using option 6 then use the option 7 to update the connection string. use the connection...
View ArticleRe: PowerBI Embedded Sample Connection string
Please use a "Direct query" option (not import) when you are building the .pbix file. Once you do this deploy using option 6 then use the option 7 to update the connection string. use the connection...
View ArticleRe: Credentials are missing in ASP.NET-web-app-sample
Hi , The problem has been fixed now It was because of proxy server used in my organisation.Adding below settings to web config did the trick. <system.net><defaultProxy...
View ArticleRe: How to update odbc connection string for Hive using PowerBI Embedded
Power BI Embedded so far only supports direct query to Azure SQL DB and Azure SQL DW. And based on my test, the option 7 works to update the connection string to an Azure SQL DB.I don't exactly clear...
View ArticleRe: Embed group report problem
I've had the same problem... "This content is not available. Learn more about Power BI" message was showing everytime I tried to open embedded Power BI report in my application. Report was loaded only...
View ArticleRe: Generate Reports Automatically
HI Tks for answer.. Let me try explain again.. I have a lot of reports, the same layout but with different datas. There is a method for generate reports automatically in PDF? Or I need one by one...
View ArticleRe: Publish a report to the web without any social links (facebook, twitter...)
I was trying to hide it using JS or CSS but no luck. Using F12 tools preview I can hide it: .glyphicon-share-linkedIn {display: none;} Cannot save the changes though.
View ArticleRe: Oracle DataAccess Client - It is really Necessary?
Hi Tks for answer.. I asked because, I thinked that maybe I could do one alternative for my business users, like just install power bi desktop.
View ArticleRe: How to bypass the authentication prompt
Is there any way using which we can pass those credentails via url or request, I mean user has not to enter them manually? thanks,Vikrant
View ArticleCustomization
We are new to Power BI and we had a few questions regarding customization of default PowerBI web service functionalities:1. Can Feedback button on PowerBI web servicebe disabled/removed?2. Can Help...
View ArticleHow to bypass PowerBI's authentication prompt and get dashboard,tiles and...
Hi ,I am new to the Power BI .I have Configured Power BI web app with Azure AD. I want for the users of my web application to be able to login only to the webapp and be able to view the reports of...
View ArticleRe: custom datasource
I believe where you want to go is here: https://powerbi.microsoft.com/en-us/developers/ Scroll down to the block on creating a Content Pack (which is essentially what you need to do) and use the...
View ArticleRe: How can I embed a single Power BI Tile or Visualisation instead of a...
Cheers . It was a long shot, from what we had uncovered, I felt this would be the result. Thanks for your thoughts on workarounds and the link to the "Idea", I've thrown some votes against it.
View ArticleCreate Data Set & DirectQuery
I want to use the API to create a dataset (with relationships, aggregation options, measures etc..) in direct query mode to the SnowFlake data source. This is my understanding of current limitations of...
View Article