Forum Discussion
Addams_Katherin
3 years agoNew Member
Dataset query error in report builder
Hi , I am using report builder to connect to a power BI dataset. when I use the following DAX query, then it throws an error. does anyone know how to fix it? EVALUATE
VAR a =
SUM...
Sahir_Maharaj
3 years agoSuper User
The error you're encountering might be due to a syntax error in the DAX code. It looks like there's an extra parenthesis at the end of the code.