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 all,
I have been given a data that looks something like this:
Product | Type | Minimum | Maximum | Results | Date |
A | 1 | <=5 | 3 | 1/11/2019 | |
A | 2 | >=8 | 10 | 1/11/2019 | |
A | 3 | 5 | 9 | 7 | 1/11/2019 |
A | 4 | 4 | 10 | 7 | 2/11/2019 |
B | 1 | <=5 | 2 | 2/11/2019 | |
B | 2 | >=8 | 9 | 3/11/2019 |
Is it possible for me to produce a visualisation similar to this in power bi (where the straight line equals the minimum and/or maximum limits):
Any help would be appreciated. Thank you very much!
To be clear, The blue dots on the graph represent the results.