Re: Ho to make a report which give difference between rows in a table which...
Thanks, for the suggestion. But I guess i haven't explained my question properly. Actually, ID in Table1 repesents some other object which is being processed in batches to decide whether it contain...
View ArticleReading from the stream has failed
Hello, I am trying to connect a corporate server's MySQL database with Power BI.But I got an error stating "MYSQL: Reading from the stream has failed" Could anyone please help me with this. Thanks in...
View ArticleInvalid JSON?
I am receiving this error {"error":{"code":"RealTime_PushRowsInvalidJson","pbi.error":{"code":"RealTime_PushRowsInvalidJson","parameters":{},"details":[]}}}500 I am sending this post: var options =...
View ArticleRe: jira/tempo token issue
Issue was resolved after trying again with a clear head, and a good nights sleep I cant tell what went wrong, but seems I made some mistake in my end.
View ArticleDatabase per customer for embedded.
Hey everyone, I'm working on trying to use Power BI embedded into our app but running into a little roadblock dealing with multi-tenancy. The way our SQL db is set up is a database per customer style....
View ArticleRe: Step 2 in Sample "Push dat to Azure by Adam Saxton :AcquireToken will...
Hi All, I'm stuck in Step 2. Here's what I did.Using Visual Studio 2017Console App > .NET Framework 4.5 > (.Net Framework) Visual C# Iin Package Manager Console , entered this: Install-Package...
View ArticleError refreshing embedded powerbi dashboard with live stream data
Hi,I have a stream analytics job that receives data from the IOT Hub and sends the data to Power BI. I have a dashboard that visualizes the live data, where the tiles get refreshed automatically as...
View ArticleRe: Step 2 in Sample "Push dat to Azure by Adam Saxton :AcquireToken will...
Hi, Below the code of all the steps. This is slightly different from the example and was partly given by the moderator. Hope this works for you: don't forget to enter your Azure AD in this code-lines....
View ArticleRe: How to count the occurrences of each value in a column, including...
Add a calculated column. Occurence = COUNTX ( FILTER ( yourTable, EARLIER ( yourTable[Col A] ) = yourTable[Col A] ), yourTable[Col A] )
View ArticleRe: How to count the occurrences of each value in a column, including...
Hi Thanks for the solution . It worked for me. Can you please suggest where & how to increase knowledge in DAX. Regards,SKD
View ArticleTime filter in power bi
Hello, We will get the tickets every minute so i want to capture the tickets dynamically for example if the user presses upto 3 hrs i need to get all the tickets for that 3 hrs how can i achieve this...
View ArticleRe: Read local file
, You may include a JavaScript file instead.https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/ExternalLibraries.md#including-javascript-files
View Articlechange custom visual name
How to change custom visual name.it will shows only YourVisual
View ArticleRe: Reading from the stream has failed
That seems a known MySQL bug, could you try the workaround as suggested in that link?
View ArticleWhen data loaded via API, for Date fields the Visualization As Year, Quarter,...
I load the dataet,table and table data via an API. On the Cloud I go to the Steamable data sources. (Dutch GUI - I may not have the correct English name for that.) I create a new chart. Line Diagram....
View ArticleRe: When data loaded via API, for Date fields the Visualization As Year,...
If you created a dataset and a table with the Power BI REST API, you have created a streaming dataset which is different than the datasets you created when uisng the data import model in Power BI...
View ArticleRe: change custom visual name
You can change the display name of a visual in the pbiviz.json file. The displayName property changes what is see by uses when they hover over your visual in the Visualizations list. { "visual": {...
View ArticleRe: Database per customer for embedded.
From what you said, I assume you are using Power BI Embedded and not using embedded reports in PowerBI.com. I also assume that database schema will be the same across all the different customer...
View ArticleRe: Power BI Embedded and Angular for webpage
Hi,Power BI Embedded can be used in a lot of scenarios ranging from Asp.net MVC 5, which you maybuild on Visual Studio 2015 as explained...
View ArticleRe: Database per customer for embedded.
Got it. Glad to know I'm on the right track. You seem to be suggestion a workspace per customer. Are there advantages going this route? I was originally going to do dataset per customer and just wanted...
View Article