Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
bgauvreau
Frequent Visitor

"Don't Summarize" option not available

Hello,

 

I use Power BI SERVICE along with Azure Stream Analytics to make a real time dashboard. I use this Stream Analytics query to pass integer datas to my Power BI dashboard from Stream Analytics :

 

SELECT
    *
INTO
    [fan-monitoring-stream-analytics-output]
FROM
    [fan-monitoring-stream-analytics-input]

 

Only integer values are sent to Power BI Service by using this query. I would like to display these integer values in real time with the gauge control of Power BI but I'm unable to do so. The dataset only shows summurized values, not the real time one. The "don't Summarize" option is unavailable

 

Capture.PNG

 

Some persons seem to have solved this kind of problem by setting the dataset correctly in Power BI desktop. But I can't. I don't create the dataset in Power BI. It's created on the fly on Power BI Service by the Stream Analytics Azure service.

 

Does anyone have a clue that could help ? Your help will be very appreciated !

 

Bertrand

 

 

 

1 ACCEPTED SOLUTION
v-qiuyu-msft
Community Support
Community Support

Hi @bgauvreau,

 

The Gauge visual is used for displaying a single value that measures progress toward a goal/KPI. Each field placed in the gauge will be aggregated and return a single value, and the measure also returns one value. So the "Don't summarize" feature is not supported in Gauge visual actually, whatever the data source is Azure Stream Analytics.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-qiuyu-msft
Community Support
Community Support

Hi @bgauvreau,

 

The Gauge visual is used for displaying a single value that measures progress toward a goal/KPI. Each field placed in the gauge will be aggregated and return a single value, and the measure also returns one value. So the "Don't summarize" feature is not supported in Gauge visual actually, whatever the data source is Azure Stream Analytics.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors