Forum Discussion

andiart's avatar
andiart
Regular Visitor
2 years ago
Solved

In Power BI Report Builder Diagram missing values

Hi ,   I wanted to make a 3D diagram with the report builder, to showcase the number of it tickets by year and by departemend issued.   Now I got something, but instead of the department names I ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi andiart 

    EVALUATE is a DAX statement that is needed to execute a query. EVALUATE followed by any table expression returns the result of the table expression. Moreover, one or more EVALUATE statements can be preceded by special definitions like local tables, columns, measures, and variables that have the scope of the entire batch of EVALUATE statements executed together.

     

    SUMMARIZECOLUMNS: Returns a summary table over a set of groups.

     

    Whether or not you have a PBIRS license does not affect the value, some features require a license to be used.

     

    Best regards,
    Community Support Team_Binbin Yu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.