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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have a matrix visual (below) that is summarizing purchase orders by driver manager. When I or anyone else goes to export underlying data within the workspace app all the fields show up, but the PO Amount which is in the same table as PO Qty and Rate. Why would one field not show up in the underlying data, but others from the same table do? I have never encountered something like this before. I have one relationship that is many to many, but the other two are many to one. Could that be causing the issue? Thanks.
Solved! Go to Solution.
@cheid_4838 Possbile reasons
: Column Is Hidden in the Data Model
2. Column Is a Measure, Not a Raw Field
3. Data Type Limitations
4. Many-to-Many Relationship Complexity
5. Field Not Directly Used in the Visual
Hi @cheid_4838 ,
Thanks for reaching out to the Microsoft fabric community forum.
Thanks for your prompt response
I wanted to follow up and confirm whether you’ve had the opportunity to review the information provided by @Shahid12523 , @anilgavhane If you have any questions or need further clarification, please don’t hesitate to reach out.
We truly appreciate your continued engagement and thank you for being an active and valued member of the community.
If you're still experiencing any challenges, please don’t hesitate to reach out we’d be more than happy to assist you further.
We look forward to hearing from you.
Best regards,
Lakshmi
Hi @cheid_4838 ,
We’d like to confirm whether your issue has been successfully resolved. If you still have any questions or need further assistance, please don’t hesitate to reach out. We’re more than happy to continue supporting you.
We appreciate your engagement and thank you for being an active part of the community.
Best Regards,
Lakshmi.
PO Amount likely isn’t exporting because it’s a DAX measure, not a raw column. Power BI only exports fields directly used in the visual and skips calculated measures unless explicitly included. Also check if it’s hidden in the model, or affected by many-to-many relationships.
Fixes:
- Add PO Amount directly to the visual.
- Use a table visual to test export.
- Ensure it’s not hidden in the model.
@cheid_4838 Possbile reasons
: Column Is Hidden in the Data Model
2. Column Is a Measure, Not a Raw Field
3. Data Type Limitations
4. Many-to-Many Relationship Complexity
5. Field Not Directly Used in the Visual