Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
How can I show the SUM in the table visual where the field is use as column.
Solved! Go to Solution.
create a measure and use that instead
sumCount = sum( table[count] )
Hi @ashmitp869 ,
Following up to see if your query has been resolved. If any of the responses helped, please consider marking the relevant reply as the 'Accepted Solution' to assist others with similar questions.
If you're still facing issues, feel free to reach out.
Thank you.
Hi @ashmitp869 ,
Just checking in to see if you query is resolved and if any responses were helpful. If so, kindly consider marking the helpful reply as 'Accepted Solution' to help others with similar queries.
Otherwise, feel free to reach out for further assistance.
Thank you.
Hi @ashmitp869 ,
Thank you for engaging with the Microsoft Fabric Community.
Just following up to check if your query has been resolved and whether the responses from @Deku and @danextian were helpful. If so, please consider marking the helpful replies as Accepted Solutions to assist others with similar queries. If further assistance is needed, please reach out.
Thank you.
Hi @ashmitp869
If implicit measureas are not disabled, there should be an option to sum the field up from the down arrow next to the field name granting that the data type is a number.
create a measure and use that instead
sumCount = sum( table[count] )