Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi Experts
I want the average of a particular column in the following DAX
Summary = filter ( Summarize (Input[Year],Input'[M Column],Average(Input[Addtion]/2), Input[Terms]), Input[Terms] = "BTMT")
Adding the Average(Input[Addtion]/2) gives and error.
Solved! Go to Solution.
Hmm
can you please try to replace the above with the below?
(input[adition])/2, input[terms]),input[terms]
Hi,
please try the below.
Summary = filter ( Summarize (Input[Year],Input'[M Column], "@newcolumn", Average(Input[Addtion]/2), Input[Terms]), Input[Terms] = "BTMT")
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.
Hi Kim error from this point onwards (Input[Addtion]/2), Input[Terms]), Input[Terms]
Hmm
can you please try to replace the above with the below?
(input[adition])/2, input[terms]),input[terms]
Nope...Kim
please share the sample pbix file, if possible.
That will be very much helpful for me to come up with a more accurate measure.
"RT",(Average(input[Additon])/2), works but error ,Input[Terms]),Input[Terms]="BTMT")
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 67 | |
| 34 | |
| 32 | |
| 29 |