Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
db042190
Post Prodigy
Post Prodigy

when i go to edit query new cols arent there nor are they in applied steps

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])

 

wherearemynewcols2.PNG 

1 ACCEPTED SOLUTION
FreemanZ
Super User
Super User

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.

View solution in original post

4 REPLIES 4
FreemanZ
Super User
Super User

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?

hi @db042190 

where does your filtering take place?

from the data view, on an original column, down arrow-> filtering, i basically instructed pbi to include only sequence numbers 0.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors