Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Experts,
I am trying to create a measure in the report visual layer.
While creating the measure using DAX - aggregate function Sum(), I cannot find the measure from the reference table.
The measure does exist in the fields section on the right but the DAX does not let me use the measure. Like I cannot find it.
Not sure what I am missing here.
Appreciate if someone can shed knowledge on this.
Solved! Go to Solution.
@Anonymous , If you have measure , then you can not use it inside sum, You can use it inside sumx
Sumx(Table,[Measure])
Sum You can use on a number column = Sum(Table[Column])
Measure takes measure- That is already a measure
@Anonymous , If you have measure , then you can not use it inside sum, You can use it inside sumx
Sumx(Table,[Measure])
Sum You can use on a number column = Sum(Table[Column])
Measure takes measure- That is already a measure
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 10 | |
| 10 | |
| 8 | |
| 8 |