Forum Discussion
Anonymous
4 years agoNot applicable
Need help on Streaming Dataset
Hi All, I'm creating Streaming datasets using python. I've created streaming dataset to stream one value which is working fine. But when I tried stream multiple values in line chart it's not worki...
v-chenwuz-msft
4 years agoCommunity Support
Hi Anonymous ,
Did you miss some commas in the json_data list?
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
No commas are there. I forgot to add it here. but still it's not working
- v-chenwuz-msft4 years agoCommunity Support
Hi Anonymous ,
Please check the type of dict_qs['hour'], is it int and match the type you definded in power bi. If not, please change it via int().
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.