Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Dear all,
I have a really easy data set including results from single samples, single properties but sometimes taken in the same year.
Now I want to calculate e.g. the yearly average, yearly min or yearly max of, let us say density or CFPP from all samples taken in 2015. How can I do that?
Thanks for your feedback
@Steffi1182 , You can try like this . Better to have separate Year/date table
This Year = CALCULATE(Average('Table'[Col]),filter(ALL('Date'),'Date'[Year]=max('Date'[Year])))
Diff = Max(Table[Col]) -[This Year])
Hey, it das not really work. Now I have a wrong syntax. Can you describe step by step? Should I create a date table first? I have no expierance on Power BI and have to learn. Thank you
@Steffi1182 , seem like you do not have date table. Use the Data table in that place.
User | Count |
---|---|
8 | |
8 | |
5 | |
5 | |
3 |