Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi there,
I'm trying to get this formula to give me a custom culomn that creates a 'Spend Profile" for each vendor in the dataset per month. I get the error the name sumx wasn't recognised, however, I'm sure that is not the only issue with this forumla.
if [Vendor Code] = [Vendor Code] and [#"Fiscal year/period"] = [#"Fiscal year/period"] and SUMX([#"FEB 2017 - JAN 2018"]) <100000 then "<100k" else if [Vendor Code] = [Vendor Code] and [#"Fiscal year/period"] = [#"Fiscal year/period"] and SUMX([#"FEB 2017 - JAN 2018"]) >100000 <250000 then ">100k <250k" else if [Vendor Code] = [Vendor Code] and [#"Fiscal year/period"] = [#"Fiscal year/period"] and SUMX([#"FEB 2017 - JAN 2018"]) > 250000 < 500000 then ">250k <500k" else if [Vendor Code] = [Vendor Code] and [#"Fiscal year/period"] = [#"Fiscal year/period"] and SUMX([#"FEB 2017 - JAN 2018"]) > 500000 < 1000000 then ">500k <1M" else "0"
Any ideas?
Solved! Go to Solution.
SUMX is a DAX function. It won't work in Query Editor.
I think your formula would work fine without it
SUMX is a DAX function. It won't work in Query Editor.
I think your formula would work fine without it
Thank you! It worked perfectly without it.
Very grateful for your quick response and super simple solution.
User | Count |
---|---|
116 | |
73 | |
62 | |
49 | |
47 |
User | Count |
---|---|
173 | |
123 | |
60 | |
59 | |
57 |