Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, I'm new in power BI. I had problem to visualize my data using bar chart with the value using sumproduct value. My goal is to create chart like this
Using below data:
Size | Thickness | Type | Date | Company | TONS | USD | USD/TONS | |
5 | 10 | A | 1-Jan-20 | X | 10 | 1000 | 100 | |
5 | 20 | B | 5-Feb-20 | X | 20 | 3000 | 150 | |
5 | 10 | A | 1-Jan-20 | Y | 10 | 1000 | 100 | |
5 | 20 | B | 5-Feb-20 | Y | 20 | 3000 | 150 | |
10 | 10 | A | 18-Jan-20 | X | 10 | 2000 | 200 | |
10 | 10 | A | 18-Jan-20 | Y | 10 | 4000 | 400 | |
10 | 20 | B | 28-Mar-20 | X | 20 | 2000 | 100 | |
10 | 20 | B | 28-Mar-20 | Y | 20 | 4000 | 200 | |
10 | 30 | C | 30-May-20 | X | 20 | 6000 | 300 | |
10 | 30 | C | 30-May-20 | Y | 20 | 4000 | 200 | |
1 | 10 | A | 9-Apr-20 | X | 20 | 10000 | 500 | |
1 | 10 | A | 9-Apr-20 | Y | 20 | 20000 | 1000 |
My only concern is how to put the value in chart using SUMPRODUCT value on above data on the USD/TONS.
Thank you,
Regards,
Danang
which values are you trying to multiply? Your sample data doesn't match the chart, so it is difficult to see that.