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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Streaming Dataset Refresh issue from Java application

Hi Team,  

I have created a streaming dataset rest api in the power bi service.

REST API: “https://xxxxxx (Security reasons Not providing the api url )

 

Dataset:

"Client" :"AAAAA555555",

"Records" :98.6,

"JobName" :"AAAAA555555",

"JobStatus" :"AAAAA555555",

"TotalJobs" :98.6,

"JobsProcessed" :98.6

 

 

I am using above Dataset to populate data from the Java application. I have two classes in the Java Appilcation Class A and Class B. Same Power BI Rest Api url is used on both the classes 

After the first class execution data is populated properly. Then, I run the second class, but data is not pushed in to the Power Bi Service. I can only see the First call data.

I wanted to know why data is not populated when a single API is used on the two java classes.



Appreciate the help

 

5 REPLIES 5
lbendlin
Super User
Super User

which tool are you using to push the data into the streaming dataset? Are you doing that from Java?  What is the response to the push request?

 

I don't see a timestamp in your sample data.  Is that intentional?

Anonymous
Not applicable

Hi @lbendlin 

 

YEs, I am pushing with the Java application. I am testing so, i didnt use the Timestamp for now.

 

Each pushed row needs a unique identifier.

Anonymous
Not applicable

Hi @lbendlin 

 

I have two java classes 

 

I can able to push with one Java Class1 and I can't able to push with another Java class2.

 

Thanks

show your code for each

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors