Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
This is a line chart having 2 measures, is there anyway to show difference between the 2 data lables ex (177k-156k) as a straight vertical line between the 2 points ex,
177k
|21k
155k
Hi @Anonymous ,
Based on my test, it is not supported yet currently. You can come up a new idea and add your comments there to make this feature coming sooner.
Hello nil4054,
You can create a new measure with the difference formula and then use that measure in the chart. So that u can see the corresponding difference.
Difference = (Measure1 - Measure2)
Regards,
Ajay Emmadi
Need something like this
| User | Count |
|---|---|
| 60 | |
| 46 | |
| 32 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 82 | |
| 68 | |
| 43 | |
| 26 | |
| 25 |