Forum Discussion
How to remove summarize function for measures in Table visualization?
Hi, I have a Table visualization in my PowerBI but I can't seem to NOT summarize one of the fields which is a measure, is there any way to go about it?
Hope to have some help here!
Thanks,
Jiawei
It is not recommended to use bi-directional many-to-many relationships in your model. We will use it but will mark it as inactive. (uncheck Make this relathioship active)
Create the calculated column as follows:
LineTotal USD = [LineTotal] * CALCULATE ( TOPN ( 1, VALUES ( viewBBeImInvoice_GLReport[ExchangeRate] ) ), USERELATIONSHIP ( viewBBeImInvoice_GLReport[InvoiceGuid], viewBBeImInvoicePosition_GLReport[InvoiceGuid] ) )assuming that exchange rate is repeated for the same invoice.
13 Replies
- Mohammad_RefaeiSolution Specialist
The measure has to be calculated. The "Don't summarize" is available only for columns.
- AnonymousNot applicable
Hi,
Thank you for your reply.
Yes I know "Dont' summarize" only applies to columns, that's why this post is asking for how to do it for measures. As the columns don't give what I want, I need to create a measure which links to another table.
Are you saying there is no solution in this case?
Thanks,
Jiawei- Mohammad_RefaeiSolution Specialist
You can control the displayed values by the measure itself.
Share more details on your model and the measure you want to modify.