Re: Strange prefix on USERNAME() and USERPRINCIPALNAME() for external users
Right, this is part of the just in time provisioning of external users. The prefix is where their login is coming from. Ensures uniqueness and all that. You should expect a prefix for any supported...
View ArticleVisual Specific Data Colors
I've seen other people ask this in various places, but is there a way to use the "dataColors":[...] code to specify different color schemes for different visuals? Or is that a possible future feature?...
View ArticleNew column creation
Hello, I´m trying to create a new column (Flag) that show the values 0 or 1.The value of this column should be 1 if there are one or more rows with Managed > 0 for the same Country on the last 10...
View ArticleRe: New column creation
In sql a posible solution is the following pseudocode but I need to do it in DAX.
View ArticleRe: Is it possible to use an API Bearer to load a report preauthenticated
This is helpful however looks to require IIS?Is there a way to embedded it for example in an app that only has a browser (and can send headers along with the browser navigate request)If this does work...
View ArticleCan you use StructuralTypeDescriptor's without capabilities.json?
When making a Custom Visual: in the documentation about objects and properties (https://docs.microsoft.com/en-gb/power-bi/developer/visuals/objects-properties) it specifys that the "type" is either a...
View ArticleRe: Power BI for MAC
Hi ,There's no plans currently for Desktop to be developed for the Mac. This Guy in a Cube video covers the current state, as well as ways to run Desktop on a Mac using options such as Parallels or...
View ArticleRe: Can you use StructuralTypeDescriptor's without capabilities.json?
Hi ,Unfortunately not - if the capabilities.json does not validate against the prescribed schema, then you'll run into these issues and the visual just won't build.For now, the workarounds you're...
View ArticleRe: Can you use StructuralTypeDescriptor's without capabilities.json?
Thanks !I thought that might be the case. Advanced edit mode is new to me, I was doing the same thing with a boolean property, but advanced edit mode is taylor made for this kind of thing.FYI, I think...
View ArticleRe: Can you use StructuralTypeDescriptor's without capabilities.json?
Thanks for pointing out the incorrect URL - looks like copy/paste wasn't working too well on that one! Have edited the solution post to indicate that the URL has been corrected 🙂
View ArticleRe: Custom data connector (SDK) help required
Hi,Rather than build a connector in the power query SDK why not build it outside in the cloud?My course teaches you exactly how to do this and goes through detailed walkthroughs and everything I do is...
View ArticleWhat is the best practices for PowerBI version control
Hi, What version control are available for PowerBI and what is the best practices for version control?What is the best practices for Application Lifecycle Management (Dev -> UAT -> Prod)?What is...
View ArticleWays for migration to new office365 tenant ?
I've few questions regrading Power Bi migration.1. We are migrating to new office365 tenant. Other than manually download PBIX files and reimport to new tenant, is there any tools or other way to...
View ArticleRe: Power BI REST API Bad Request Object must implement IConvertible.
I talked with the support and the solution is to enclose dates in the single quotation marks. Hope they changed it in the official documentation.
View ArticlePower BI Report Column format
Hi,I have 2 columns X and Y having comma separated values. I want to create a custom Column XY that will have data from both the strings in columns X and Y. The below screenshot is the sample format in...
View ArticleRe: Is it possible to use an API Bearer to load a report preauthenticated
Hi Both App owns data and user owns data require Web Server like IIS Other option is to use Secure Embed : This option help you to embed in any of the apps (don't need any IIS) there are some...
View ArticleLimit the duration of DAX queries (timeout)
I have a few users sometimes executing highly imperformant DAX queries against an OnPrem SSAS Tabular database. Is there a server side setting to limit the duration of queries so that the server...
View ArticleRe: How to get refresh history of dataset using powerbi REST API ?
Hi , You can refer the below link to understand the exract of refresh history details. https://github.com/microsoft/powerbi-powershell/blob/master/examples/Export-RefreshHistory.ps1 I had written a...
View ArticleMissing Customize current theme in Options
Hi,How can I add "Customize current theme" to the Options? I don't have it even though I've logged in as super user.
View Article