Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

DAX Summarize

Hello PBI Community, I am trying to understand why the following DAX designed to summarize [book value] by [equip id] is returning an error.  The DAX is modeled after Marco's posting....

 

from Marco Russo

 

Thanks...

 

Tim

3 Replies

  • Anonymous 

     It looks like you are creating a measure. you need to create a table

  • Summarize returns the summary of rows i.e., table.

     

    If you are trying to create the table, try as (by removing the brackets)

    BVEQ = SUMMARIZE ( 'Voucher', 'Voucher .. )

  • v-xulin-mstf's avatar
    v-xulin-mstf
    Community Support

    Hi Anonymous,

     

    Does the replies above solve your problem? If it has been solved, please mark the correct reply as the standard answer to help the other members find it more quickly.Thank you very much for your kind cooperation!

     

    If you still have some question, please don't hesitate to let me known.‌‌

     

    Best Regards,

    Link

     

    Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!