Forum Discussion
plot multiple lines with different data filters on one graph
Thanks for the answer!
Do you maybe know if there is some custom visualisation which can help with this?
I am not so into working with functions in Power BI, but I am taking some online courses...
I'm not aware of any custom visualisation, but this shouldnt be too hard to do.
If you post your data or some sample data, that'd be really helpful and me or someone else here could help with your formulas.
Alex
- nn928 years agoFrequent Visitor
Hi,
I attached you the current setings, if you could help, I would appreciate a lot.
I need to keep everything the same, only change the "ADEP is LEMD" into "ADEP is XXXX" and plot several same lines on one graph?
***edit: Table name is: TRP-Visual
Many thanks in advance!
- alexei78 years agoContinued Contributor
Hi nn92
I can't see everything in the screenshot you posted. If you can upload/post your model that would be helpful.
Your formulas would look something like this for each measure:
LEMD = calculate(countrows(RESERVATION_....),filter(ADEP="LEMD")
XXXX = calculate(countrows(RESERVATION_....),filter(ADEP="XXXX") etc
Hope that helps,
Alex