Forum Discussion
KarthikSridaran
10 years agoFrequent Visitor
How to use Date field as Values in Matrix?
Hi, I wanted to view a DATE field as a value under Matrix visualization. I have attached an image like how i am trying to implement. But in Power BI the values are either summarized by coun...
- 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).
KarthikSridaran
10 years agoFrequent Visitor
jahida I am very sorry I tried creating a column , It worked fine after making it as Measure. Thanks :-)
jahida
Impactful Individual
10 years agoAll good, glad it worked :)