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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 81 | |
| 65 | |
| 50 | |
| 45 |