Forum Discussion
Rakshhit_Sharma
1 year agoAdvocate I
Target Value for Manager
Hi everyone! I’m working on a Power BI report where I have the following visuals: 1. A manager-employee hierarchy table with monthly targets. 2. A view of individual employee sales each month,...
vanessafvg
1 year agoCommunity Champion
can you share a diagram of what your data model looks like? all wont help as you will need to pad your data in some way, all doesn't exist currently so you have to create that context. you could create a sales value that is 0 if it is blank.
try for your sales measure
sales = sum(sales) + 0