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
Anonymous
Not applicable

Column created on DAX not visible in Power Query

Hello,

I have created a column A in TABLEX via DAX on power bi but  when i go on the "transform data" tab (power query), i can't see the column A in my TABLEX.

Is this normal? 

3 REPLIES 3
v-henryk-mstf
Community Support
Community Support

Hi @Anonymous ,

 

According to your description, you first need to confirm your connection mode. Because in direct query mode, they can only refer to the values of other columns in the same table without using any aggregation functions.

 

vhenrykmstf_0-1637896456722.png

Alternatively you can further describe your requirements, provide the relevant test data model (remove sensitive information) and the desired results. It is convenient for me to solve it for you as soon as possible.

Best Regards,
Henry


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , Columns created in DAX will not be visible in power query .

Power Query is the data preparation layer. and the output of that is used by DAX. Not vice versa

 

Try to create same column in power query If  possible 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Then, How can i please translate this formula created in DAX on power query? 

 

N = VAR _a =

    CALCULATE (

        CALCULATE (

            MAXX ( Data, Data[A] ),

            TREATAS (VALUES( Data[A] ), 'Data-CMDB'[B])

        )

    )

RETURN

    IF ( ISBLANK ( _a ), "YES", _a )

 

I don't know how to use a related column of table X in another table Y

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