Forum Discussion
How to use Date field as Values in Matrix?
- 10 years ago
Can you make a really simple measure to substitute?
Measure = FIRSTDATE('Table'[Column])
The problem with bringing in a column is PowerBI can't be sure that there won't be multiple values for a given spot, so the measure provides an aggregation in the case that there is more than one (even if there never will be).
jahida, even the FIRSTDATE(Table[Column]) is considered as Count or Count(distinct) if it is used as a Value in Matrix visuatization.
ankitpatira If the Value part is always aggregate then i am left with an option of changing the visualization as you said or to something better.
Thanks guys.
Really? because I tried it on mine and it worked... Are you sure you're making it a measure and not a column?
- KarthikSridaran10 years agoFrequent Visitor
jahida I am very sorry I tried creating a column , It worked fine after making it as Measure. Thanks :-)
- jahida10 years ago
Impactful Individual
All good, glad it worked :)