Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Team,
I would need your support in getting the solution for one of my query.
From below tabel i need the sum of total unit only for year 2021.
Need
Solved! Go to Solution.
@Anonymous
Create a new Measure as follows:
Total 2021 Units = Calculate ( SUM( TableName[Unit]) , TableName[Year] = 2021 )
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Anonymous
Create a new Measure as follows:
Total 2021 Units = Calculate ( SUM( TableName[Unit]) , TableName[Year] = 2021 )
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Check out the July 2025 Power BI update to learn about new features.