Re: Date Separation - separating dates from timestamps
Try this: Column = FORMAT(DATE(YEAR([DateTime]),MONTH([DateTime]),DAY([DateTime])),"MM/DD/YYYY")
View ArticleDeveloping Custom Visuals: Old API vs New API
In developing custom visuals, there exists a deprecated PowerBI Custom Visuals API: https://github.com/Microsoft/PowerBI-visuals-coreThe PowerBI team has removed the online developer tools as of last...
View Articledifference between Power BI pro trial version and Power BI Pro License verison
Hi could someone please let me know the difference between Power BI pro trial version and Power BI Pro Licence verison as uptill now I was using a trial version and now have bought a license for one...
View ArticleRe: Date Separation - separating dates from timestamps
Saryan wrote:i have a table in powerpivot, in that table i have a column (say column name A)which has date and time , now i have added another column(say column name B) where i need to bring the date...
View ArticleError installing gateways
Hi I am trying to download the Power BI On Premise gateway. But I am not able to install it completely.Is there any problem with the set up provided?
View Articlecan't connect visual server - running local host and have installed correct...
Hello, First time posting, please forgive me if I've missed a similar thread elsewhere on the forum. I've installed the pbiviz tools, installed the certificates and am running the localhost before...
View ArticleRe: Custom visual build problem with drilldown
I too have the same problem can anyone help regarding this question.
View ArticleDelay in applying filter in embedded
I am using power BI embedded in my web application. I am using javs script library 2.0 provided on Git. my filter is working as desired. The problem is report is loaded with all the data and filter is...
View ArticleRe: Error installing gateways
What error are you getting? Personal gateway or Enterprise gateway?
View ArticleRe: facing issues installing gateways
I am trying to install the Enterprise gateway.No pop up regarding any error is displayed rather the configuration does not complete. Has this got some thing to do with ports or firewall settings ?
View ArticleRe: facing issues installing gateways
I'd check the prerequisites, I believe you have to have Administrator access. You might try right-clicking and "running as administrator"
View ArticleHow to retrieve table data from Power BI desktop into custom visual?
Hello, I've created a table with two columns named "X" and "Y" in Power BI Desktop. Each column contains integers. I also created a custom visual that I can import into Power BI Desktop. Is there a...
View ArticleRe: Clientside - 403 Forbidden using Embedded - just happened today
HiWe are aware of the issue and working to fix it. It should be relsoved today.ThanksEyal
View ArticleRe: Clientside - 403 Forbidden using Embedded - just happened today
Hi, same thing happening here, except the error is 401 Unauthorized.
View ArticleRe: Developing Custom Visuals: Old API vs New API
, Based on my research, you may take a look at https://github.com/Microsoft/PowerBI-visuals/blob/master/Visual/Selection.md. As for the upcoming features, see Roadmap.
View ArticleRe: How to embed some Power BI Tiles in a Rails App?
Carefully? Seriously though, seems like this article should get you there: https://powerbi.microsoft.com/en-us/blog/intro-pbi-js-api/ I believe a prerequisite to this is Power BI Embedded although I...
View ArticleRe: can't connect visual server - running local host and have installed...
, I do not have this issue, it's likely your SSL certificates weren't installed correctly.https://github.com/Microsoft/PowerBI-visuals/blob/master/tools/CertificateAddWindows.md
View Articletypings and versions of D3
Dear All,Brand new to developing for PBI and pretty new to JS / D3 but have a few extensions written and running for qlikview, but this is probably a basic question. I wanted to try and convert one of...
View ArticleRe: How to embed some Power BI Tiles in a Rails App?
Thank you for your answer. Carefully? Yes :-) Well, the JS API is not what I'm struggling with. It's the last thing to check on my todo. And I don't want to create a .Net project, but a Rails one. The...
View Article