The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi !
I want to have a report to monitor my function runs. For that, at the end of each function run, I have send to my DatasetStream from the function :
- the name
- the start date
- the end date
- isSuccess (0 or 1)
I want to have a timeline visualisation of these execution.
I have try a gantt like that :
With task and Parent as FunctionName, Legend as isSuccess
Issue : each run of function are not on the same row, there is a new one each time. What I want is more like that :
Is there a wisual that allow that without any operation on column (because it seems impossible with a stream dataset)
Thanks!
PS : image link if the forum doesn't show them :
current report with gantt : https://image.noelshack.com/fichiers/2020/22/3/1590586095-capture2.png
Expected : https://image.noelshack.com/fichiers/2020/22/3/1590586095-capture.jpg