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...
jaweher899
3 years agoImpactful Individual
Here are some suggestions to help resolve the issue:
- Ensure that the columns in the 'table1' and 'table2' referenced in the DAX query exist and are spelled correctly.
- Verify that the RSCustomDaxFilter function is defined and its arguments are correct.
- Ensure that the cdate variable is defined and its value is valid.
- Ensure that the EqualToCondition in the RSCustomDaxFilter function is spelled correctly and used correctly.
- Check that the [CycleDate].[Date] and DateTime used in the RSCustomDaxFilter function are defined and match the data type of the referenced data.
- Check the syntax of the UNION function, making sure that the number and type of columns in each of the input tables (a and b) match.
- Verify that the CHANNEL table used in the FILTER function is defined and its columns (e.g. ID) exist and are spelled correctly.
Can you please share some examples of data? can you put the error that you get?