Forum Discussion
Filter card visual by other column
Hi all,
I have a table with a structure like this:
| OrderId | Date | Completed |
| 1234 | 01-25-2021 | Y |
| 1235 | 01-25-2021 | N |
| 1233 | 01-14-2021 | Y |
| 1232 | 01-07-2020 | N |
i want to make 3 card visuals that would show me the following:
50%
Orders completed for most recent week
100%
Orders completed last week
0%
Orders completed 2 weeks ago
I'm new to Power BI, and I've already managed to create my cards, with the correct percent values for each day.
But how would you guys go about "grouping" them by week and having them update automatically when more orders are created (e.g.: next week, orders 1234 and 1235 should appear in the "Orders completed last week card) ?
Hi alainmore ,
Please refer to my .pbix file.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- v-lionel-msftCommunity Support
Hi alainmore ,
Please refer to my .pbix file.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- alainmoreNew Member
That's it! Thanks!