Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Column as an expression for CALCULATE?

 CALCULATE ( <expression> , <filter1>, <filter2>, ...)

 

This is the Syntax for the CALCULATE function in DAX and it is said that 

expression can be a measure or a calculation that you’d want to evaluate.

 

However, I see things like

CALCULATE ( [Sales], PARALLELPERIOD ( 'Date'[Date], -12, MONTH ) )

 

 

where I think that [Sales] is a column.

 

(See here: Verwenden von Variablen zur Verbesserung der Leistung und zur Problembehandlung - Training | Microso...)

 

So my question is: How is that possible?

 

In which way is a column like [Sales] a measure or calculation?

2 ACCEPTED SOLUTIONS
tamerj1
Super User
Super User

@Anonymous 
It should be a measure

View solution in original post

Anonymous
Not applicable

Hi,

 

then maybe this is just bad notation. Because for me it looks like a column.

View solution in original post

2 REPLIES 2
tamerj1
Super User
Super User

@Anonymous 
It should be a measure

Anonymous
Not applicable

Hi,

 

then maybe this is just bad notation. Because for me it looks like a column.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.