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.
I have a decimal number column called Response see in the table last column.
I want to create a measure which do not summarize the values as I need to reuse this measure in another dax .
So how can we acchieve the same output that does not sum up the values in DAX
Hi,
What is the reason you need this functionality/What is your end goal? This isn't really possible with measures since it isn't needed. E.g. if you want to calculate DAX in a row context on a table you can use functions like SUMX or AVERAGEX.
Proud to be a Super User!
Hey, but I need this as sumx or averagex is not giving right data.
Here i dont want to summarize "year old" value, i want to do calculation row wise in table.
How can i do that?
OK got it, just asking if it was possible
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
19 | |
13 | |
7 | |
5 |