Forum Discussion
Total % calculation
- 5 years ago
Boycie92 , Not very clear. If is just a display, make sure you have building dimension and use show item with no data.
If you want to divide my number of buildings. Again you need a separate building dimension
Distinctcount(Building[Building])
Boycie92 , I think your formula should work for 10 buildings. can share the problem answer and what you need
Daily Tasks Completed =
Divide( CALCULATE(SUM('Daily Tasks'[Total Completed Tasks]) , CALCULATE(SUM('Daily Tasks'[Total Tasks]))))
Hi amitchandak
The formula will work for the 10 buildings once all of the records have been created. However, what I need is to be able to trick Power BI into thinking all buildings have a record just now, even though there are only two.
This way my total % will be based on the 10 buildings and not the 2 records I currently have. Is that possible?
Thanks,
Boycie92
- amitchandak5 years agoSuper User
Boycie92 , Not very clear. If is just a display, make sure you have building dimension and use show item with no data.
If you want to divide my number of buildings. Again you need a separate building dimension
Distinctcount(Building[Building])