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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
User | Count |
---|---|
15 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
30 | |
18 | |
11 | |
7 | |
5 |