Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I had below as column headers
| Jul-23 | Aug-23 | Sep-23 | Oct -23 |
Below are the values after unpivoting

But the below expression is not working
Sum({<[MUFW Clinic Volumes.Attribute field]="Jul-23">}[Volumes.Budget])
Why ?
This worked.
Sum({<[MUFW Clinic Volumes.Attribute field]={'Jul-23'}>}[Volumes.Budget])
hi try with smple quote :
Sum({<[MUFW Clinic Volumes.Attribute field]='Jul-23'>}[Volumes.Budget])
This worked.
Sum({<[MUFW Clinic Volumes.Attribute field]={'Jul-23'}>}[Volumes.Budget])