I'm beginner with MS Azure and Power BI. So, I took the example from microsoft (https://azure-samples.github.io/raspberry-pi-web-simulator/#Getstarted) and I configured the IoT Hub and MS stream analytics jobs in order to get a visualization of my data in Power BI. The real-time streaming works realy well.
Right now, I have implemented succesfully the Hardware and the Software in the RPi and I also added the module RFID RC522, the serial number obtained from this module was added to the streaming dataset. However, I noticed that in power BI dashboard I can see only variables which contain numbers like int, float, etc. My question if there is any possibility to stream string variables, in the Power BI dashboard or what alternatives suggest me to visualize my data from the azure analytics job.