Re: Editting an existing Custom Visual
I think this must be the right answer. I incremented this GUID value by 1 and got an error when i've attempted to install the updated package. The fact that i got the error makes me happy as thats...
View ArticleRe: PowerBI Embedded problem with Direct Query on Azure SQL
Yes. I have done that. RLS worked fine when the source was SQL server table. But the visuals don't show up when the source is Azure SQL Data warehouse.
View ArticleIntegrate Power Bi DASHBOARD with AngularJS not REPORT
Hello All, I would like to know whether can we integrate power bi DASHBOARD into angualrjs web application.Not the REPORT as shown here in this https://github.com/Microsoft/PowerBI-Angular.I found...
View ArticleRe: RaiseCustomEvent
Managed to raise a custom event but this is still not picked up by the report.on function within the iframe. I have tried the table template which uses the categorical DataViewMappings but this does...
View ArticleStreaming Data - Time Problems - Python / Bash
I use Power Bi to visualize Streaming Data and I kinda like it, because of the UI design and how easy it is to configure. But unfortunately I really struggle with displaying the right time in graphs. I...
View ArticleStreaming Data - Wrong Time - Pyhon / Bash
I use Power Bi to visualize Streaming Data and I kinda like it, because of the UI design and how easy it is to configure. But unfortunately I really struggle with displaying the right time in graphs. I...
View Articlereading value of tile programatically
Hi,is it possible to read value of tile on dashboard programatically? Thanks,Dilkush
View ArticleRe: Azure SQL Direct Query Method: Default Filter to restrict Retrieved Data
Thanks for reaching out and replying.I was trying point 1, applying the condition in the Let Clause and i am getting the following error"this database function does not support the query option", can...
View ArticleRe: Azure SQL Direct Query Method: Default Filter to restrict Retrieved Data
Could you post your power query. I don't mention any thing specific but pure SQL in point 1, say some SQL like SELECT column1,column2 FROM table WHERE col1=xxx
View ArticleRe: Azure SQL Direct Query Method: Default Filter to restrict Retrieved Data
Query that i updated in Advanced Editor letSource = Sql.Databases("server",[Query="SELECT [S1_DATE]#(lf) ,[S1_MONTH]#(lf) ,[Keyword]#(lf) ,[Users]#(lf) ,[New Users]#(lf) ,[New Sessions Percent]#(lf)...
View ArticleRe: Azure SQL Direct Query Method: Default Filter to restrict Retrieved Data
Try to filter in SQL let Source = Sql.Database("ericvm2", "testdb", [Query="select S1_DATE, Users from F_googleSessionInformation where s1_date>'"&Date.ToText(defaultDate,"yyyyMMdd")&"'"])...
View ArticleRe: Azure SQL Direct Query Method: Default Filter to restrict Retrieved Data
Thanks i applied the PowerQuery option and the solution works fine
View ArticleRe: difference between Power BI pro trial version and Power BI Pro License...
Here This link has displayed the difference between Power BI Free version and Power BI Pro.Could someone explain the difference between Power BI pro trial version and Power BI Pro ?
View ArticleNot able to see report shared through content pack
Hello I am sharing a report with other user within the same organisation through content pack. When i logged in as a other user with whim report is being shared , report is not listed under reports...
View ArticleDAX previous month value
Hi All, I have a scenario where i am supposed to get the previous month measure of the top scorer in the current month.For example. my data look like below nameDateScoremeasure...
View ArticleRe: DAX first day of current month
Say you are looking at the data for march and have a filter on name = "Alice", should the measure still return Sam's score for february?
View ArticleRe: DAX first day of current month
If there is a filter ="Alice" then it should return the measure value of "Alice" for the month of Feb.If no filter is present then it should give the Highest scorer's previous month value, in this case...
View ArticleRe: DAX first day of current month
My suggestion: Previous month score for top scorer = VAR TopScorers = TOPN( 1, VALUES( Scores[name] ), CALCULATE(AVERAGE(Scores[Score])) ) VAR PrevMonth = CALCULATETABLE( DATEADD(Scores[Date],-1,...
View ArticleRe: How is fast iteration coding done with a PBI Custom Visual?
, Thanks for your feedback. You may submit an idea or leave a comment on GitHub.
View ArticleRe: Row Level Security in Power BI Embedded problems.
Hello and We are facing the same issue. Is there any way to ged rid of the COALESCE in the dynamic query? We found that COALESCE is not used when the report is opened from Power BI desktop and its...
View Article