Hi Logesh,
I loved your dashboard and i was in the process creating a similar dashboard. However i couldn't identify how can i display score and overs the way you have done over here.
Would love to get your feedback on your thought process behind the calculations.
comment-1432-avatar
Logeshkumar S
Project owner
6 months ago
Project owner
Hi Shubham.
Thank you so much! I'm glad you liked it. I have included DAX below. Kindly refer and let me know if u have any queries.
Over = IF(MOD(MAX(Inns_1[Ball]),1)>=0.6,ROUND(MAX(Inns_1[Ball]),0),MAX(Inns_1[Ball]))
Score = CONCATENATE(FORMAT([Total runs inns_1], "0") & "/",CALCULATE(FORMAT([Total Wickets Inns_1], "0"),Inns_1[Wicket_type] <> BLANK()))