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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Ok. This may just be a rookie mistake... I have 2 tables where I am attempting to get a filtered count. Here is what I am using:
Draft = COUNTAX(FILTER(WorkOrders, RELATEDTABLE(FuelTypes[Description])="Diesel"),[WorkOrdersUniqueID])
I am getting an error that indicates that 'Description' in table 'FuelTypes' cannot be determined.
If someone could point me in the right directly, I would truely appreciate it.
Thanks!
Solved! Go to Solution.
You should have a relationship set up between your both tables
RTMO -- RELATEDTABLE travels from Many to one Relationship.
ROM -- RELATED travels from One to Many Relationship.
I think you should be using RELATED, not RELATEDTABLE.
For some reason, that's giving me a new error message: "The column Fueltype[Description] either doesn't exist or doesn't have a relationship to any table available in the current contenxt"
Draft = COUNTAX(FILTER(WorkOrders, RELATED(FuelTypes[Description])="Diesel"),[WorkOrdersUniqueID])
I am making an adjustment to a current graph, which already is using these 2 tables (FuelType and WorkOrders).
Thanks!
You should have a relationship set up between your both tables
RTMO -- RELATEDTABLE travels from Many to one Relationship.
ROM -- RELATED travels from One to Many Relationship.
Thanks for the clarification, Bhavesh. I was wondering what the difference was between the two.
Hi @apagan,
Related function returns a related value from another table. While relatedtable function returns a table of values. This function is a shortcut for CALCULATETABLE function with no logical expression.
Thanks,
Yuliana Gu
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 108 | |
| 107 | |
| 39 | |
| 33 | |
| 25 |