The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?
Solved! Go to Solution.
Hi,
then maybe this is just bad notation. Because for me it looks like a column.
@Anonymous
It should be a measure
Hi,
then maybe this is just bad notation. Because for me it looks like a column.
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |