Forum Discussion
Measure total in a Card Visual
i have the following measure that calulates the value for each row in a table visual.
I found the solution and it was to wrap a new measure in a Sumx(Summarize( which then gave the correct figures in a card.
3 Replies
- DhrubojitFrequent Visitor
Hi Neal Please attach the sample data and PBIX , you can remove your confidential data and just give part of it . .so that we can analyze better . . because it depends on what your data is
- Neal1988Regular Visitor
Hi, unfortunately all of it is confidential as we have a very strict privacy policy.
if you have any ideas that i could try, that would be appreciated.For a bit of context, i have a table visual and one column is a staff members start date and the messure above calculates whats their score would of been if they where employeed at the start of the year. and it's this column that i need totalled, and put into a card.
- Neal1988Regular Visitor
I found the solution and it was to wrap a new measure in a Sumx(Summarize( which then gave the correct figures in a card.