Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PowerBI を使用してストリーム分析を視覚化していますが、Azure で新しい出力を追加してジョブを開始した後でも、powerBi のデータセットとして表示されません。表示されるようにするにはどうすればよいですか?
SELECT persn_id,persn_name,Date,count(persn_id) Countperson INTO personBI(theoutputnameforpowerBi) FROM personEventHubInput(theinputnamefromInputs) Group by persn_id,persn_name,Date,tumblingwindow(ss,2)