Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
I have a matrix with product and its category as rows and sales, volume and unit price as columns.
we have a difficulty in showing the unit price when drill up/down as the following picture.
We want to show the price even when drill up/down.
The core problem is that 'unit price' differs from 'sales' and 'volume' in its nature
in that it can't be summed up.
One of my ideas is if we can write a formula in the matrix just like Excel so that
'unit price' column is calculated based on 'sales' and 'volume' whenever it is
drilled up or down, but I don't have any idea to realize this.
Any idea or suggestion are welcome.
Thanks, Shinya
Solved! Go to Solution.
Hi,
Please check the below picture and the attached pbix file.
Sales measure: =
SUM( sales[sales] )
Volume measure: =
SUM( sales[volume] )
Unit price measure: =
DIVIDE( [Sales measure:], [Volume measure:] )
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Schedule a short Teams meeting to discuss your question
Hi Jihwan,
Thanks for your elaborate reply.
We succeeded based on your advice.
Regards,
Shinya
Hi,
Please check the below picture and the attached pbix file.
Sales measure: =
SUM( sales[sales] )
Volume measure: =
SUM( sales[volume] )
Unit price measure: =
DIVIDE( [Sales measure:], [Volume measure:] )
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Schedule a short Teams meeting to discuss your question
User | Count |
---|---|
15 | |
13 | |
12 | |
10 | |
10 |
User | Count |
---|---|
19 | |
15 | |
14 | |
11 | |
10 |