Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
I've got the following table:
I would like to create a new table which identifes for which "INVOICECODE" there are more than 1 "VATCODES". I summarized the table as follows:
Now I would like to filter the summarized table obtaining a table which only contains "INVOICODES" for which "CountVATCode" is greater then 1.
I tried with surrounding FILTER and CALCULATETABLE, but i was not able to obtain it.
Thanks in advance
Regards
Solved! Go to Solution.
@ITManuel
Try this please:
EVALUATE
FILTER(
//THE TABLE YOU CREATED//,
[CountVATCODE] > 1
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@ITManuel
Try this please:
EVALUATE
FILTER(
//THE TABLE YOU CREATED//,
[CountVATCODE] > 1
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi Fowmy,
thanks, it works. I tried this before but haven't used [ ] brackets around "CountVATCode" consequently Filter couldn't recognize it.
Thanks again.
Best regards
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.