This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a table like:
| Store | SalesforPeriod-- | SalesForPreviousYear-- | Sales 2 years ago-- |
| StoreA---- | 100 | 50 | 80 |
| StoreB---- | 200 | 80 | |
| StoreC---- | 90 | ||
| StoreD---- | 150 |
I would like to compare only those stores where there are sales only in the selected period and the period of the previous year.
The result I want to get:
| Store | SalesforPeriod- | SalesForPreviousYear- | Sales 2 years ago- |
| StoreA---- | 100 | 50 | 80 |
| StoreB---- | 200 | 80 |
I tried to use the methods that are described in this article, but I can't figure out how to set my own condition
https://www.daxpatterns.com/like-for-like-comparison/
Please, help me 🙂
Hi @pani_victoria ,
You can simply apply these visaul level filters of not blank on respective fields.
Hope this helps.
Mark this as a solution, if it helps. Kudos are always appreciated.
Thanks,
Tanushree
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 7 | |
| 6 | |
| 6 |