Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I'm trying to create a measure that provides the percentage of shipments that meet a particular criteria. Specifically I want to divide the number of shipments whose average miles per shipment is >=100 than the total number shipments.
Trying to use this DAX to get the count of shipments whose avg miles are >= 650
getting this error
I think the issue I'm having here is that the count of shipments and the average miles per shipment are values coming from a SQL server so the count and average functions are not happening in power bi so the ability to filter is limited since those valuse are in seperate tables and not connected. If it's not possible thats fine but I would like some help understanding what the above error is actaully saying.
I actually think I figured it out getting some help from this post Solved: DAX Filter - greater-than or equal is not working - Microsoft Fabric Community
So instead of: