Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
hi. just getting my feet wet. i added 2 columns to my dataset using dax but neither shows when i edit the query. nor does(do) the applied steps i thought would be associated with the new columns. the formulas are shown below followed by what the editor shows. even if i scroll to the right, the new cols dont show. to add to my confusion, i added a filter to only show sequence 0 (i was thrilled the sum still summed on all the original rows) but the filter didnt show in applied steps either. the filter seems to be working though.
jobtotalcost = CALCULATE( SUM( jobcost[cost] ), ALLEXCEPT( jobcost, jobcost[jobnumber] ) )
jobtotalcost2 = Sumx(filter(jobcost, jobcost[jobnumber] = earlier( jobcost[jobnumber]) ), jobcost[cost])
Solved! Go to Solution.
hi @db042190
columns added with DAX is not supposed to reflect in Power Query Editor. It is the intended behavior of the SW. That is why it is always suggested to prepare the data in Power Query as much as possible.
hi @db042190
columns added with DAX is not supposed to reflect in Power Query Editor. It is the intended behavior of the SW. That is why it is always suggested to prepare the data in Power Query as much as possible.
thx, but i also filtered the dataset and that action isnt showing in applied steps. should it?
from the data view, on an original column, down arrow-> filtering, i basically instructed pbi to include only sequence numbers 0.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.