79080108

Date: 2024-10-12 03:12:26
Score: 0.5
Natty:
Report link

I can't open the link.

So I created the similar data. I used sum, you can try to change sum to count

count of s.issue_name = sum('Table'[Issue_name])

PROPORTION =
[count of s.issue_name]
    / CALCULATE ( SUM ( 'Table'[Issue_name] ), ALL ( 'Table' ) )

P2 =
VAR _PROPORTION = [PROPORTION]
RETURN
    CALCULATE (
        [PROPORTION],
        FILTER (
            ALL ( 'Table'[weeks_in_work] ),
            'Table'[weeks_in_work] <= MAX ( 'Table'[weeks_in_work] )
        )
    )

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Ryan