Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
17 | |
10 | |
9 | |
8 | |
7 |
User | Count |
---|---|
20 | |
11 | |
8 | |
6 | |
6 |