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 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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |