Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet 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 |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 47 | |
| 44 |