I have a table with a year column.
I'd like to only show rows that meet a criteria on that year column.
What I've tried:
Hi @BI_Nooby ,
You can create a measure that aggregate the value for a specific condition and which you can use in visuals .
For example :-
Measure = SUMX(FILTER((Table1, Table1[Year] = 2020)),[Value])
Thanks,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C