Forum Discussion
streaming dataset - manipulate values
- 8 years ago
Hi Bastian,
There could be several methods.
1. I would suggest you modify it before pushing to Power BI.
2. Method 2 is as below.
2.1 Enable the "Historic data analysis" of the streaming dataset in Power BI Service.
2.2 Connect to the dataset in the Service from Desktop. (the Power BI connector)
2.3 Create a measure.
Measure = min('RealTimeData'[current])/102.4 Publish the report to Service.
2.5 Pin the visual to Dashboard.
Best Regards,
Dale
Hi Bastian,
There could be several methods.
1. I would suggest you modify it before pushing to Power BI.
2. Method 2 is as below.
2.1 Enable the "Historic data analysis" of the streaming dataset in Power BI Service.
2.2 Connect to the dataset in the Service from Desktop. (the Power BI connector)
2.3 Create a measure.
Measure = min('RealTimeData'[current])/10
2.4 Publish the report to Service.
2.5 Pin the visual to Dashboard.
Best Regards,
Dale
Hi Dale,
thanks for your support.
I tried thesecond method but I´m not happy with this.
So, I#m convinced that I should solve the problem at the source.
Best regards
Bastian

