This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi Folks,
I have data for some suppliers and prices for a material:
| Supplier | Date | NetPrice | ||
| SUP1 | 28.02.2024 | 20,66 | ||
| SUP1 | 29.02.2024 | 20,66 | ||
| SUP2 | 01.03.2024 | 16,95 | ||
| SUP2 | 02.03.2024 | 16,95 | ||
| SUP2 | 03.03.2024 | 16,95 | ||
| SUP2 | 04.03.2024 | 16,95 | ||
| SUP2 | 05.03.2024 | 19 | ||
| SUP2 | 06.03.2024 | 19 |
I want to show where the price was going up or down per supplier.
The user wants to see this in an indexed line chart
something like this:
you can see that also the supplier changed
so it is basically calculated
Any ideas on that?
Solved! Go to Solution.
Hi,
As seen in the visual calculation table supplier appears twice in your filter context. Because of this it is easier not to use visual calculations in this case, since calculating first date for a specific supplier will be challenging. With normal dax you can e.g. create something like this:
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
Proud to be a Super User!
Hi,
As seen in the visual calculation table supplier appears twice in your filter context. Because of this it is easier not to use visual calculations in this case, since calculating first date for a specific supplier will be challenging. With normal dax you can e.g. create something like this:
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
Proud to be a Super User!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 5 | |
| 3 | |
| 1 |
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 6 | |
| 6 | |
| 5 |