Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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:
Solved! Go to Solution.
Hi @Anonymous ,
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
Proud to be a Super User!
Hi @Anonymous ,
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
Proud to be a Super User!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |