Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi,
I want my table to show the average age of each categories (ex : by gender), but I don't want to create a column. So, I created a first measure :
Solved! Go to Solution.
Hi @NumeroENAP
Please show a sample of your tables/data model. Otherwise we waste time. Have a look at these tips for getting your question answered quickly. Try this measure:
Measure = AVERAGEX ( VALUES ( Table1[ID] ), DATEDIFF ( Table1[Date of birth], TODAY (), YEAR ) )
Please mark the question solved when done and consider giving kudos if posts are helpful.
Cheers
Hi @NumeroENAP
Please show a sample of your tables/data model. Otherwise we waste time. Have a look at these tips for getting your question answered quickly. Try this measure:
Measure = AVERAGEX ( VALUES ( Table1[ID] ), DATEDIFF ( Table1[Date of birth], TODAY (), YEAR ) )
Please mark the question solved when done and consider giving kudos if posts are helpful.
Cheers
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
13 | |
10 | |
9 | |
8 |
User | Count |
---|---|
15 | |
13 | |
12 | |
11 | |
11 |