Dear all
i have a problem with a calculated column used in table not showing the total.
The column is"LoadWeek*LaneNumber", in this case i woudl expect to have a total of 59, while shows nothing.
The formula is :
@v-zhangti
i tried your way but unfortunately the result is not the expected one.
i forgot to mentions that i have a filter on the visual, one on the page and also one on monthyear and year week as per screen attached
perhaps is related to filters?
Hi, @Faracla
I did my best to restore your data, check out the methods below.
Measure =
IF (
HASONEVALUE ( DIM_Tenders[ID] ),
SUM ( DIM_Tenders[LoadWeek*LaneNumber] ),
SUMX ( DIM_Tenders, [LoadWeek*LaneNumber] )
)
IF (HASONEVALUE()) can control the output of Total.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
125 | |
75 | |
65 | |
56 | |
55 |
User | Count |
---|---|
199 | |
104 | |
88 | |
79 | |
77 |