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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
PKPK90
Helper I
Helper I

Creating a Measure to Display Values Despite Missing Relationships

I want to create a measure that displays values for the remaining two columns even if there is no relationship with the 'Purchase_Orders_Releases (2)' table. Currently, when there is no relationship to 'Purchase_Orders_Releases (2)', the result of the measure is blank.

 

The current measure is:

 

PONO-LINE-REL =
CONCATENATEX(
Purchase_Orders,
Purchase_Orders[PONO] & "-" &
CONCATENATEX(
Purchase_Orders_Detail,
Purchase_Orders_Detail[SEQ],
"-"
) & "-" &
IF(
ISBLANK(MAX('Purchase_Orders_Releases (2)'[SEQ])),
BLANK(),
CONCATENATEX(
'Purchase_Orders_Releases (2)',
'Purchase_Orders_Releases (2)'[SEQ],
"-"
)
),
"-"
)

PKPK90_0-1716898540274.png

 

 

1 REPLY 1
Anonymous
Not applicable

Hi @PKPK90 ,

 

I can't be of much help. Perhaps you can provide me with your pbix file? and the desired results.

Please delete sensitive data and do not log into your account in Power BI Desktop when uploading pbix files.

All this is to better solve your problem.

I would appreciate if you could get back to me as soon as possible.

 

Best Regards,

Clara Gong

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

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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