The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi PWRBI family,
I created a Power BI dashboard that's using data coming from an Azure's Stream Analytics job. The use case is simply a stream of stock market buys and (i.e. number of trades) and total price paid for all trades within a Hopping Window.
I wanted to add a tile which references the max date of a date-time column within the dataset.
I can't seem to achieve this, any clues?
Steps I have followed are below.
SELECT
sum(Trade.Quantity * Trade.Price) as TotalTradedAmount
, count(*) as TotalTradeCount
, System.Timestamp as WindowDateTime
, Max(System.Timestamp) as LastRefreshed
I would like to add a Last refreshed card which shows the max date of place trades, similar to card “A” below.
A) Example of my end dashboard minus "Last refreshed card"
The stream comes through ok via the dataset (see image labelled: B) on Power BI service.
B) Screenshot of Power BI - Data set field definition
However, when I [Add a new tile], select [Custom Streaming Data] (see image labelled: C), select the card visual and try to select the [LastRefreshed] data point, it doesn't appear within the available [Fields] dropdown (see image labelled: D)
C) Screenshot of Custom Streaming Data card used
D) Screenshot showing available fields options within Tile > Card dropdown field
Solved! Go to Solution.
Hi @Josh_BI_UK ,
Here's a checklist you can use to troubleshoot the issue:
Here is the link:
https://docs.microsoft.com/en-us/power-bi/connect-data/service-real-time-streaming
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Hi @v-kelly-msft , I will give all your troubleshooting steps a try and reply back if any work or vice-versa. Either way I’ll do a bit of work on it and let you know asap. Thank you thus far.
Hi @Josh_BI_UK ,
Is your issue solved now?
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Hi @Josh_BI_UK ,
Here's a checklist you can use to troubleshoot the issue:
Here is the link:
https://docs.microsoft.com/en-us/power-bi/connect-data/service-real-time-streaming
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
User | Count |
---|---|
35 | |
14 | |
11 | |
11 | |
8 |
User | Count |
---|---|
44 | |
43 | |
19 | |
18 | |
17 |