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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
This is driving me nuts. Simple model for illustrative purposes:
Here is my GROUPBY():
Have tried this countless ways and watched endless YouTube video but cannot figure out why I am consistently getting this same error. Tried the SUMMARIZE() function and got the same error there too.
Grateful for any guidance. Thanks.
Larry
Solved! Go to Solution.
Are you trying to define a measure or a calculated column or a calculated table?
Your DAX returns a table with two columns (Region and SalesResults) and will give this error if you are trying to define something that isn't a table.
Trying to define a measure. That's the problem. Just re-tried as a "New Table" and it worked. Thanks very much!
Trying to define a measure. That's the problem. Just re-tried as a "New Table" and it worked. Thanks very much!
Are you trying to define a measure or a calculated column or a calculated table?
Your DAX returns a table with two columns (Region and SalesResults) and will give this error if you are trying to define something that isn't a table.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 35 | |
| 24 | |
| 22 |
| User | Count |
|---|---|
| 136 | |
| 111 | |
| 58 | |
| 43 | |
| 38 |