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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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