Forum Discussion
polfm
1 year agoNew Member
Not recognise data table when making measures
Hello, I'm quite new with Power BI. I have data in the tables but when I try to make a measure I can not see this data to make the measure. Ex: But I have a table "Ventas" with diff...
Deku
1 year agoSuper User
This is due to context. In a measure you when you are outside of a funtion you cannot reference tables or columns, only measures. Within functions you can access tables and columns
I.e. values( ventas[id Tipo])
If you were creating a calculated column you have a explict row context from that table and can reference columns from that table