Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
If you try to display a streaming dataset as a chart and the dataset has multiple subjects, the amount of data points displayed is divided by the amount of subjects that is contained in the dataset.
Effectively the chart is cut in half in the middle so only displays half as many values and the values are displayed on the right half of the chart only.
Example:
Dataset:
[
{
"timestamp": "2020-03-10T12:21:34.123Z",
"subject": "Subject1",
"value": 123
},
{
"timestamp": "2020-03-10T12:21:44.789Z",
"subject": "Subject2",
"value": 123
}
]
Chart (using danish labels):
Akse: timestamp
Forklaring (subject in danish): subject
Værdi: value
How the chart looks:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.