Forum Discussion
JoeM
7 years agoRegular Visitor
Filter Percent Measure by Time
Hello, I have a Year Over Year percent calculation which displayed below. I need to show the data employing the Radar chart by Microsoft. This chart would use the Country as the Category. It requ...
Stachu
Community Champion
7 years agoI guess there is no other way around but creating th measures per year, not very ellegant but should work
YoY 2018 = CALCULATE([YoY], YEAR(Calendar[Date]) = 2018)
Did I answer your question? Mark my post as a solution!
Proud to be a Datanaut!