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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all,
I´m trying to get the Standard Deviation of a column in a virtual table. I could replicate in Dax Studio the following table:
I try to create a Dax measure as follows:
I removed the keepfilters once its available in the current filter contexts of the page. The table should have 145 rows, but I´m getting this error. Any help would be appreciated.
Solved! Go to Solution.
@Fcoatis , Try Summarize in place of Sumamrizecolumns and check
Syntax is little bit diffferent , example
Summarize(Table, Table[Col], "_1", [Measure])
@Fcoatis , Try Summarize in place of Sumamrizecolumns and check
Syntax is little bit diffferent , example
Summarize(Table, Table[Col], "_1", [Measure])
Thank you!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 59 | |
| 41 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 105 | |
| 103 | |
| 41 | |
| 29 | |
| 29 |