Quantcast
Channel: Service topics
Viewing all articles
Browse latest Browse all 61794

Data not appearing in PowerBI

$
0
0

I have Application Insights running in an environment that is capturing server and client side telemetry.  I then have continuous export setup to blob storage as json.  I then have Stream Analytics polling data from the json and streaming to PowerBI. 

 

I have done this successfully for PerformanceCounters, however, the Availability content will not show up in PowerBI.  I created a completely new Stream Analytics job with it's own input & output & query specifically for Availability.  All connections are successful.  I tested the query against sample data and it returns a table that I expect to see.  However, I start the job and wait...and wait...and wait...and nothing ever appears in PowerBI.  When I did this for PerformanceCounters it showed up in PowerBI almost immediately. 

 

I've fiddled around with the query but I'm not strong in this area so I'm more-or-less guessing.  Below is the query. 

 

SELECT
    flat.arrayvalue.testName as testName,
    flat.arrayvalue.runLocation as runLocation,
    flat.arrayvalue.result as result,
    flat.arrayvalue.availabilitymetric.name as metricName,
    e.context.location.continent as continent,
    e.context.location.country as country,
    e.context.location.clientip as clientIP,
    e.context.location.province as province,
    e.context.location.city as city,
    e.context.data.eventTime as eventTime
INTO
    availabilityOutput
FROM
    availabilityInput AS e
CROSS APPLY GetElements(e.availability) as flat


Viewing all articles
Browse latest Browse all 61794

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>