Forum Discussion
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
- ryan_mayuSuper User
Anonymous
It looks like you are creating a measure. you need to create a table
- sevenhillsSuper User
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-mstfCommunity 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!