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, I'm looking fo a way to solve this little issue.
I have two tables (strategy and price) linked to a third one (category).
I want to get a table on my report of : The average of amount by date and by strategy (look at the picture it will be easier to understand).
I have one amount by month.
Thanks !
The tables :
Price |
- date Amount
- Amount
- idCategory
- idPrice
|
Category |
- idStrategy
- idCategory |
Strategy |
- name of Strategy
- idStrategy |
Want I want to get :
Strategy | Price average |
A | 158 |
B | 598 |
C | 456 |
Date slicer : 12/05/2019 |
Thanks for your help !
Solved! Go to Solution.
Hello @Anonymous ,
Create relationship between tables using Manage relationship.
Category[idCategory] to Price[IdCategory]
Category[idStrategy] to Strategy[idStrategy]
Hello @Anonymous ,
Create relationship between tables using Manage relationship.
Category[idCategory] to Price[IdCategory]
Category[idStrategy] to Strategy[idStrategy]
Hi @Washivale ,
It's already done, i'm just trying to find out how to code my dax measure to get the average of Amount by strategy for each dates.
Thanks for your answer
Glad that worked!
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 |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 24 | |
| 23 |