Re: How to get Power BI for Visual Studio Enterprise with MSDN?
When I log onto msdn.com/subscriptions and go to 'My Account', I see 'Microsoft Power BI Pro' in the list. My subscription level is Visual Studio Enterprise with MSDN (MPN)
View ArticleUsing PowerBI to pull dynamic data source
Community, I save a sql server table once per month with a date at the end of the name. Same fields every month, it's a snapshot of our business. Something like 'Business_Data_08312016' I'm trying to...
View ArticleRe: Can we add external javascript file to custom visual?
hello, sorry for jumping on someone elses thread. When you say "textbox visual", do you mean the basic textbox which is available in the ribbon bar. Or are you referring to a Custom Visual? Im...
View ArticleRe: Can we add external javascript file to custom visual?
I was able to use getScript to grab the leaflet library for a mapping visual $.getScript("https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js", function (data, textStatus, jqxhr) {...
View ArticleRe: active directory LastLogon
Hi Daniel, can I ask are you querying AD on prem or is it Azure AD? I'm having trouble getting the domain and credentials right for the initial get data step. Any help would be much appreciated!
View ArticleRe: Can we add external javascript file to custom visual?
Thanks sorry for the question, but Im completely new to this side of Power BI. How do I add this into a power BI report?
View ArticleRe: Can we add external javascript file to custom visual?
You are going to want to leverage it in your custom visual code. Documentation on how to get started can be found here: https://github.com/Microsoft/PowerBI-visuals Alex
View ArticleRe: report embed problem
Hi So the resolution for us was that Azure Active Directory (AAD) access was needed.We enable “Integrated Apps” within AAD and then we were now getting the prompt to allow the app, and got...
View ArticleWhich options are there to automate this specific scenario
We have a system which uses Power BI for cutomers to check data.Reports invoke SQL Server functions with parameters changing per client, currently their Twitter Username,so reports are the same except...
View ArticlepowerBI embedded : embeding report using javascript API
Hi We have uploaded .pbix reports to workspaces on azureWe are generating a accesskey at run time and passing the values in a JSON format to PowerBI Angular SDK But when the API tries to load the...
View ArticleCustomer Centric Web Solutions of Dubai IT Companies
IT Solution Providers In Dubai builds and maintains a company’s digital brand image by developing customer centric web solutions. Services of Dubai IT solution providers range include simple static...
View ArticleRe: Create tables or queries with R script for further usage
, Yes, with just a few steps in Power BI Desktop you can run R scripts and create a data model, from which you can create reports, and share them on the Power BI service. See the following R script as...
View ArticleRe: not able create work space
, Groups are only available with Power BI Pro. Now vendors are not able to create workspace, only Microsoft engineers can do it. This change has been implemented for a while. So please check if your...
View ArticlePower BI embedded with Direct Query and Parameter
Hello, I've created a Power BI Embeded Report using Direct Query to a Azure DB. In the Query I use a Parameter to filter the data on the source server. It it possible to chance the parameter via the...
View ArticleHistogram custom bins
Hello everyone, I downloaded the Histogram visual from https://app.powerbi.com/visuals/ to my local and when I imported this visual on the power Bi desktop, I dont see an option for changing the bins....
View ArticleHow to find your publish to web URL
When i share my dashboard ,PowerBi will give me the URL(use iframe).But I want when i use this dashboard can authorization user information, like login in my web then use cookie to authorization user...
View ArticleRe: Randomly cannot "acquire exclusive access to dataset" when using the Rest...
.. and it's happening again today.
View ArticleRe: Mandrill
if the fields are not exposed in the connector, then it's not directly possible, You could write your own integration with the Mandrill API to pull in the missing fields and merge them in your data...
View ArticleRe: Which options are there to automate this specific scenario
Are you aware of Row level security in Power BI? It seems exactly what you need. You can hold the report for all users in your group, add the users in the group(member read) and assign them proper...
View ArticleRe: Using PowerBI to pull dynamic data source
"Major data duplication".. A union will only pull the unique records... Are you trying to reduce the record size, or just determine what is the most efficient way to extract the data?
View Article