Forum Discussion

DrillDownBI's avatar
DrillDownBI
Icon for Helper I rankHelper I
3 years ago

Streaming Dataset from local txt file

Hi,

I have a .txt-log file that updates every 1 sec, this is located on a local disc.

Is it possible to use a Streaming Dataset (in service) to read from this file?

The file has timestamp and 5 measure value. 

5 Replies

  • Hi Migasuke 

    1. You need some service, which will push data into dataset. --> OK, some service you said, can you elaborate
    2. Real-time dashboards are different from reports. --> Yes I will use Dashboard
    3. Data can be pushed max. once per 1 second. --> Will be perfect for my use

    • Migasuke's avatar
      Migasuke
      Icon for Memorable Member rankMemorable Member

      1. Having either Azure Stream, script on Virtual Machine, eventually have some on premises computer, which would run the script (I personally use Raspberry Pi for real.time). Personally if you can, try it first with your local pc. Write some script , script can run locally and when you see the bavior publish it on VM.

      • DrillDownBI's avatar
        DrillDownBI
        Icon for Helper I rankHelper I

        I'm going to use the API, nothing else could be used for my purpose. But then, how should I get the txt-data into Power BI?