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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
User | Count |
---|---|
98 | |
76 | |
75 | |
48 | |
27 |