Forum Discussion
CSpina
6 years agoHelper III
How do I get value form column x row
My be a silly question, but is my mind How do I get a value from column and row? I have tried using a measure below: Measure = CALCULATE(SUM(fEMPL_AUT[Valor]),FILTER(fEMPL_AUT,...
- 6 years ago
Hi CSpina ,
Here is a result with all your information. (See attached PBIX)
In what format are the raw data available?
amitchandak
6 years agoSuper User
CSpina , In this case, you need two-year dimension. Or can work with two-column in the table.
one on row ,fEMPL_AUT[Linha] and one on column fEMPL_AUT[Coluna]
with measure
CALCULATE(SUM(fEMPL_AUT[Valor])))