Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi
I have a table with responses to a questionaire. In the answers column there will be a mix of text and number e.g.
Q: Enter some text | This is text
Q: Enter a number | 8
What I need is a measure that does an average of the question "Q: Enter a number"
What I have so far is:
Solved! Go to Solution.
Hi @MCornish
try a measure
Measure = calculate(
averagex(
FILTER(ALL(Table2);
NOT(ISERROR(VALUE(Table2[Answer])))
);
VALUE(Table2[Answer])))
do not hesitate to give a kudo to useful posts and mark solutions as solution
Hi @MCornish
try a measure
Measure = calculate(
averagex(
FILTER(ALL(Table2);
NOT(ISERROR(VALUE(Table2[Answer])))
);
VALUE(Table2[Answer])))
do not hesitate to give a kudo to useful posts and mark solutions as solution
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 |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 69 | |
| 32 | |
| 32 | |
| 32 |