Forum Discussion
Sum issue
What expected output you are trying to achieve?
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...
- parry2k8 years agoSuper User
it is already automated, how you want to sum up date, curren t view in my pbix is by employee but you can always group it by other columns. If you can share your desired output, it will help.
Question, do you get data stream in the format you shared or it is different. May be there is an opportunity to improve the model. All I suggested based on data model you shared.