Forum Discussion
HELP! complicated grouped line chart
- 1 year ago
The Deneb visual in Power BI can give you that directly, but the standard line chart can do it too (until you hit the forced binning thresholds)
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Please show the expected outcome based on the sample data you provided.
Need help uploading data? https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Today I used Deneb and it works as you said!
Thank you.
"data" : {"name": "dataset"},
"mark" : 'trail",
"encoding": {
"x": {"field": "elapsed", "type": "quantitative"},
"y": {"field": "ratio", "type": "quantitative"],
"color" : {"field": "project", "type": "nominal"},
"detail" : {"field": "Mfd_month", "type": "ordinal"}
But I have another problem here.
This "deneb" line chart is not filtered by related tables. (But slicer DOES affect it)
If I choose "New visual calculation" through "More options"(•••) ,
it shows good filter chart in a big window, I wanted to see, but if I back to report, the well-filtered chart is shown just for less than 1 second and un-filtered chart is shown instead.
Could you tell me how to solve this problem?
I don't know how well Visual Calculations are supported. It might work as it's a data frame at the end of the day, but there may be limitations. You'll have to try it out.
Please provide sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.