Forum Discussion
JordanJackson
Advocate II
3 years agoDAX measure giving the wrong answer / different answer when in a table compared to a bar chart
I've written to following DAX measure to calculate the current energy system type from different sites:
Latest System Types Countx (4) =
CALCULATE(
COUNTX('Sites_Energy_and_Water', 'Site...
siddhesh_mane
3 years agoFrequent Visitor
- JordanJackson3 years ago
Advocate II
System Type Measure Region Contract Satalite Name Generator + Battery 1 E A Generator + Battery 1 E A 2 Generator + Battery 1 E B 1 Generator + Battery + Solar 1 E B 2 Generator + Battery + Solar 1 E C 1 Generator + Battery + Solar 1 E D 1 Hydrogen + Battery 1 E E 1
Am I needing to add in the Satalite Name context to the measure?