Forum Discussion
Dynamic table by filter
- 4 years ago
Hi, Syndicate_Admin ;
You could create a flag measure. (ps: you should have other year table as a filter and have no relationship with main table)
Then create a measure.
flag = IF(MAX('Table'[year])>=MAX('filter'[Year])||MAX('Table'[year])=BLANK(),1,0)Then apply it into filter.
The final output is shown below:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Syndicate_Admin ;
So I would like to know whether my method has solved your problem? If not, can you provide more details?
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I don't understand the question. since your option was the one I chose as a solution.