Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Guys,
In my dataset I got a planning category lets say Category A. This category shows actual data for January and planning data for the other months in the year.
To compare my planning with my actuals i need to ad the category actuals in my visuals. This category show actuals for all months. (at this point in time actuals until feb).
I my visual i added category A en Category actuals. My problem is: January shows the actuals twice. Once for category A and once for category actuals. It should only show category actuals for Jan.
Is it possible to exclude Jan in the visual for Category A?
Solved! Go to Solution.
I solved it by adding a column using M:
Actuals =
if [Category] = "Actuals" and [Audittrail] = "upload" then [Signdata] else " "
My actual formula is a bit more complex because of my dataset but it is following the above logic.
Hi @Anonymous,
Can you share a sample? Please mask the sensitive first.
The solution could be filtering out one actual data in a measure. But that depends on the data structure.
Best Regards,
@v-jiascu-msft The data is build as follows:
| Category | Audittrail | Signdata |
| Actuals | upload | 2 |
| Category A | input | 3 |
| Category A | upload | 4 |
All actual data is saved in my audittrail upload. The meassure should filter out audittrail upload for category A.
Many thanks for your reply!
I solved it by adding a column using M:
Actuals =
if [Category] = "Actuals" and [Audittrail] = "upload" then [Signdata] else " "
My actual formula is a bit more complex because of my dataset but it is following the above logic.
Thanks for your reply. The logic works in my model 🙂
But following this logic i have antoher question 🙂
In a visual i need to compare my actuals with my planning. Is it possible to show Category A for the months for example jan - dec and Actuals for the months feb - dec ? (interval will be different when comparing actuals with a different category).
many thanks!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 81 | |
| 66 | |
| 50 | |
| 45 |