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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
MrKrukauskas
Helper I
Helper I

Streaming Dataflow does not produce and output

Hello PBI Community

 

Here's the the issue:

I have created a streaming dataflow that uses Event Hub to stream ticket sales data. It uses single Event Hub, multiple Manage Fields, multiple Filters and then creates multiple output tables.  

 

Event Hub schema:

It uses 2 partitions and then free fields (not sure the exact name for those fields.): partition 0, partition 1 and then scan_entry in this case.

MrKrukauskas_1-1652894973175.png

 

Each partition contains other fields:

MrKrukauskas_2-1652895015117.png

 

When I use manage fields to pull the fields I need, it works for free fields, but not for the fields in each partition.

 

MrKrukauskas_3-1652895252126.png

 

Some more details.

  • I have verified that there's data coming through from event hub.
  • I see data in each step/component of streaming dataflow in preview.
  • I'm able to produce and view the static data in the output tables.
  • Once I start the streaming dataflow it produces all the output tables, but only the table, that pulls Free fields is being populated. Others are either empty or have empty values in it (produces empty rows)
  • I have tried all combinations to pull data; from each partition and free field separately, combined, mixing all together, using filters, not using filters and only works when I do it for the free fields.
  • I'm using the correct Dataflow when adding data to PBI Desktop.
  • I'm using DQ when importing data.
  • I'm refreshing the report every 10 seconds to see the updates, and I do (for only the Free fields table).
  • Data preview below shows which fields I'm able to pull and which I'm not.
    MrKrukauskas_4-1652895623947.png

     

My Streaming Dataflow:

MrKrukauskas_5-1652896011661.png

 

Appreciate anyone who took time to view this post - You're the best!

HELP!!! 😄 

1 ACCEPTED SOLUTION

@Anonymous we (data engineer from my team and myself) found a solution. Since our event hub consisted of partition 0, partition 1 and those "free fields" and I mainly needed the data from partitions, the data engineer created a new event hub where partition 0 and partition 1 was combined into one and the output looks like only free columns, no second level columns.

So our guess is that PBI SDF (streaming dataflows) cannot for now handle a bit more complex partitions that include lists, dictionaries.

Contact me if you need more details.

Thank You for your help!

 

How the output looks now:

MrKrukauskas_0-1654528166940.png

 

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @MrKrukauskas 

So have you compared the difference between the fields that can be pulled and the fields that cannot be pulled ?

 

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

@Anonymous the fields that cannot be pulled are from valid json files. The fields that can - simple columns. From many examples that I have seen, it should be possible to pull individual fields from json and free fields together. That does not happen in this case.

@Anonymous we (data engineer from my team and myself) found a solution. Since our event hub consisted of partition 0, partition 1 and those "free fields" and I mainly needed the data from partitions, the data engineer created a new event hub where partition 0 and partition 1 was combined into one and the output looks like only free columns, no second level columns.

So our guess is that PBI SDF (streaming dataflows) cannot for now handle a bit more complex partitions that include lists, dictionaries.

Contact me if you need more details.

Thank You for your help!

 

How the output looks now:

MrKrukauskas_0-1654528166940.png

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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