Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I am having trouble calculating consumption over a month times by 3 different prices. Anyone know how i can do this so that i can make a graph showing consumption over the month if it was times by 3 different prices?
Cheers
Hi @Anonymous,
Please post sample data and show us desired output. How to Get Your Question Answered Quickly
Best regards,
Yuliana Gu
So have 3 individual lines on a line graph, eg:
consumption times by price 1 (First line)
consumption times by price 2 (second line)
consumption times by price 3 (third line)
Cheers
Hi @Anonymous
If I've understood correctly what you need, how about creating three additional columns in your data table:
Column1 = Table[Consumption]*Price1
Column2 = Table[Consumption]*Price2
Column3 = Table[Consumption]*Price3
and using those columns for the chart?
Hi @Anonymous,
For detailed advice, please provide sample data and your desired output.
Regards,
Yuliana Gu
| User | Count |
|---|---|
| 55 | |
| 37 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 58 | |
| 39 | |
| 21 | |
| 21 |