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,
Having some trouble with this... I'd like to add a measure to a visual that will allow me to plot the cost based on the minimum value for each type.
Thanks in advance.
Solved! Go to Solution.
@jameszhang0805 Nice solution, a suggestion if you don't mind, use aggregation function such as MIN/MAX instead of VALUES to prevent the code from breaking in case there are duplicate Value for Type 🙂
Sorry I should have specified - I would like to only keep the rows that include the highlighted cost. Is this possible?
just remove the filer(all(Table)),from the calculate argument
I received an error when adding the measure to a visual "A table of multiple values was supplied where a single value was expected"