Re: Hyperlink not clickable with custom visual.
The following code worked for me while trying to create a custom visual that have a Resolve link which redirects to an API on click. I used the default YourVisual template and added the link as...
View ArticleRe: Hyperlink not clickable with custom visual.
This doesn't work for me (either _top or _blank) in both designer and portal
View ArticleHow data set and retention policy works in case of REST Api
Hi,I am trying to understand how the dataset is caching the data pushed through the REST calls. In one of the video(https://www.youtube.com/watch?v=PpiUsSCXFhM) it says, the data won't be imported, but...
View ArticleRe: Power BI Embedded with Row-Level Security?
We had a very similar problem. The only workaround we have at the moment is as follows:Create Power BI Embedded workspaces for each of our customers. (One set of core reports for all customers)Our...
View ArticleRe: Custom Visual build artifacts from Visual Studio
Is there any update on this question? How are we able to modify existing visualisations that use unsupported keywords etc..
View ArticleRe: Power BI Embedded with Row-Level Security?
Thanks , that makes sense. I'm confident that RLS is coming, soon enough, to Power BI Embedded. What I wish I could find out now is how RLS/authentication will work, and whether there is an API for...
View ArticleRe: Power BI Embedded with Row-Level Security?
Also, to be sure, I'm assuming that if we would be adding all of our "client portal" users as Azure Active Directory users—for the purpose of delivering Power BI Embedded reports with RLS—then there...
View ArticleRe: Power BI Embedded with Row-Level Security?
And, our internal users would be Power BI users, with Power BI Pro licenses via Office 365. They would not be Azure AD users. Will our Power BI tenant—including RLS functionality—play nice with both...
View ArticleData source error: We cannot convert the value "[Table]" to type Table
I received the following error: Data source error: We cannot convert the value "[Table]" to type Table. I was not able to find anything helpful online. I wanted to let users know what caused my...
View ArticleCreating a "plug" in DAX to bridge two data sets
We have a data warehouse that has transactional data (i.e. invoice, item number, etc). We also have our general ledger data in Oracle Hyperion which we recently migrated to our data warehouse. The...
View ArticleNot receiving Power BI registration email
Hi Folks, I have set up an Azure A/D User and given it an 'alternate email address'. When I try and sign up to Power BI using that account it says 'Greate Go Check your email" but I never receive...
View ArticleCustom Visuals - Not Saving
Hello, Newbie. I added a few custom visualizations to my Visualization Pane and when I close out of the PBID and re-open all the custom visualizations I loaded are gone. I am left with the standard...
View ArticleRe: Custom Visuals - Not Saving
Hi , Did you update the PBID with the latest version release May 2016. If not then please do it and see if you still have the problem. In older versions of PBID, When you Re-open the pbix file in...
View ArticleRe: Custom Visual build artifacts from Visual Studio
Vote for it,Or contribute to the Github project and community by building a gulp tast creating the pbiviz (which is just a zip) yourself...
View ArticleNeed to pass the user as a SQL function parameter
I found a couple posts that grazed the subject but none that nailed my need. It sounds like user based data filtering, which is a *pretty fundamental* requirement, is pretty immature or void in Power...
View ArticlePlayground built from latest GitHub does not show any visuals
I cloned the PowerBI-visuals source from GitHub and built it by following the proceedure found in https://github.com/Microsoft/PowerBI-visuals . I used gulp to run the build instead of VS2015 as I have...
View ArticleAssigning access to a report to a GROUP of users in my company...
Hello, I notice that when I want to share a report in Power BI with people in my company, it only works based on email address. Ideally, I would like to share with a group of users defined in Active...
View ArticleRe: How to multiSelect with selection manager in power bi custom visual
Instead of selecting each data-point's SelectionId, which results in the selection of the intersection of those data-points, you can try composing your own SQExpr(SemanticQuery Expression) objects that...
View ArticleRe: Line Chart: how to warn when values differences between two lines when...
, I hardly think Microsoft would provide a way for sending emails from custom visuals, since it poses a great security risk. E.g. you could write a custom visual that would send you confidential data...
View Article