cancel
Showing results for 
Search instead for 
Did you mean: 

I received an error: "The dimension was not found," even though I have it in my data model.

Abenezer
7 - Data Storage
7 - Data Storage

Abenezer_0-1722273374084.png

React component

<Indicator
title="Total Revenue"
imeasure={measureFactory.sum(DM.Attendees.PricePaid)}
dataSource={DM.DataSource}
color={theme.palette.primary.main}
filters={all_filters}
primaryValueFormat="Currency"
ShowSecondaryValue

/>

Data Model
PricePaid: createAttribute({
name: 'PricePaid',
type: 'numeric-attribute',
expression: '[Attendees .PricePaid]',
}),

3 REPLIES 3

DRay
Community Team Leader
Community Team Leader

Hello @Abenezer.

Thank you for posting here. Is this the same issue that you posted in Discord?

 

David Raynor (DRay)

Abenezer
7 - Data Storage
7 - Data Storage

It's!

DRay
Community Team Leader
Community Team Leader

Ok, thank you. I'll keep responding there.

David Raynor (DRay)