Forum Discussion
Sum issue
What expected output you are trying to achieve?
- sokatenaj8 years agoAdvocate II
parry2k The total # of shares of each employee based on the date range.
Basically, all I want to see the total shares each individual has on a date range of Nov 1 2017 up to December 31, 2022. Problem is that they get a batch of shares at each vest date. Plus some of the data has shares already vested which I don't want which is why I need the date range.
Many thanks!!!!!!
- parry2k8 years agoSuper User
it required unpivot of data and then it is easy, i quickly put together pbix for your reference, change it as per your need.
https://drive.google.com/open?id=0B4dPgH9_BPBrOG9rR01HOGFjOGM
- sokatenaj8 years agoAdvocate II
Thanks parry2k, but I can't undo the data like that because the sum of shares for each employee needs to be rolled into a table visual with other employee data. There are thousands of rows and I get new feeds daily so need to automate it better some how.
There must be a different way to create it as a measure so that I can plop it in a table visual...