Thanks for the detailed explanation!
—Update: the issue below was due to a cache issue. Thanks @jan for the help!
I’m sorry I tried several times to reproduce this but there’s an issue with creating the chart when I add the dimension so I will triage to the team.

- Created the Category Options, Category, and Category Combination (and updated all sharing settings)
- Created the Data Element and added the category combination
- Created the Dataset, updated the sharing settings and entered data (double checked the user’s sharing settings)
- Created the Visualization using the Data Visualizer app
- Visualization looks good but when I add the data dimension, it breaks.
I also ran the analytics tables export without skipping anything…
Debug info:
{
“app_name”: “Data Visualizer”,
“app_version”: “101.3.7”,
“global_shell_version”: “1.9.0”,
“dhis2_version”: “2.42.3”,
“dhis2_revision”: “39a1b7d”
}
From the Network tab, I can see:
Fetch request:
fetch("https://play.im.dhis2.org/stable-2-42-3/api/42/analytics?dimension=dx%3Am0v3ATkNXx1,pe%3A20251110%3B20251109%3B20251108%3B20251107%3B20251106&filter=FIetlAtuRWu%3AcPjKqTe84eN%3BxKX5GzWo0Q2&filter=ou%3AImspTQPwCqd&displayProperty=NAME&includeNumDen=false&skipMeta=false&skipData=true&includeMetadataDetails=true", {
"headers": {
"accept": "application/json",
"sec-ch-ua": "\"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"Windows\"",
"x-requested-with": "XMLHttpRequest"
},
"referrer": "https://play.im.dhis2.org/stable-2-42-3/dhis-web-data-visualizer/index.html?redirect=false",
"body": null,
"method": "GET",
"mode": "cors",
"credentials": "omit"
});
Response:
{"headers":[],"metaData":{"items":{"ou":{"uid":"ou","name":"Organisation unit","dimensionType":"ORGANISATION_UNIT"},"cPjKqTe84eN":{"uid":"cPjKqTe84eN","code":"Male-Test","name":"Male-Test","dimensionItemType":"CATEGORY_OPTION","valueType":"NUMBER","totalAggregationType":"SUM"},"pPY1NIAC77R":{"uid":"pPY1NIAC77R","name":"Male-Test","valueType":"NUMBER","totalAggregationType":"SUM"},"FIetlAtuRWu":{"uid":"FIetlAtuRWu","name":"Sex-Test","dimensionType":"CATEGORY"},"20251109":{"uid":"20251109","code":"20251109","name":"2025-11-09","dimensionItemType":"PERIOD","valueType":"TEXT","totalAggregationType":"SUM","startDate":"2025-11-09T00:00:00.000","endDate":"2025-11-09T00:00:00.000"},"ImspTQPwCqd":{"uid":"ImspTQPwCqd","code":"OU_525","name":"Sierra Leone","dimensionItemType":"ORGANISATION_UNIT","valueType":"TEXT","totalAggregationType":"SUM"},"20251107":{"uid":"20251107","code":"20251107","name":"2025-11-07","dimensionItemType":"PERIOD","valueType":"TEXT","totalAggregationType":"SUM","startDate":"2025-11-07T00:00:00.000","endDate":"2025-11-07T00:00:00.000"},"20251108":{"uid":"20251108","code":"20251108","name":"2025-11-08","dimensionItemType":"PERIOD","valueType":"TEXT","totalAggregationType":"SUM","startDate":"2025-11-08T00:00:00.000","endDate":"2025-11-08T00:00:00.000"},"rabxsCdpe5F":{"uid":"rabxsCdpe5F","name":"Female-Test","valueType":"NUMBER","totalAggregationType":"SUM"},"dx":{"uid":"dx","name":"Data","dimensionType":"DATA_X"},"pe":{"uid":"pe","name":"Period","dimensionType":"PERIOD"},"xKX5GzWo0Q2":{"uid":"xKX5GzWo0Q2","code":"Female-Test","name":"Female-Test","dimensionItemType":"CATEGORY_OPTION","valueType":"NUMBER","totalAggregationType":"SUM"},"m0v3ATkNXx1":{"uid":"m0v3ATkNXx1","code":"Admision-Test","name":"Admision-Test","description":"Admision-Test","dimensionItemType":"DATA_ELEMENT","valueType":"NUMBER","aggregationType":"SUM","totalAggregationType":"SUM"},"20251110":{"uid":"20251110","code":"20251110","name":"2025-11-10","dimensionItemType":"PERIOD","valueType":"TEXT","totalAggregationType":"SUM","startDate":"2025-11-10T00:00:00.000","endDate":"2025-11-10T00:00:00.000"},"20251106":{"uid":"20251106","code":"20251106","name":"2025-11-06","dimensionItemType":"PERIOD","valueType":"TEXT","totalAggregationType":"SUM","startDate":"2025-11-06T00:00:00.000","endDate":"2025-11-06T00:00:00.000"}},"dimensions":{"dx":["m0v3ATkNXx1"],"pe":["20251110","20251109","20251108","20251107","20251106"],"ou":["ImspTQPwCqd"],"co":["rabxsCdpe5F","pPY1NIAC77R"],"FIetlAtuRWu":["cPjKqTe84eN","xKX5GzWo0Q2"]}},"rowContext":{},"width":0,"rows":[],"headerWidth":0,"height":0}