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

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

Reply
ksaranraj5
New Member

show items with no data with use relationship?

Hi, 

I'm not getting values in userelationship same as active relation ship when I'm using use items with no data option on dimensions in chart

I'm creating a table visualization through active relationship like below

ksaranraj5_0-1638971722981.png

in dimension values I have enabled the show items with no data like below

 

ksaranraj5_1-1638971867371.png

When I'm using the userelation dax instead of active relationship, I'm getting table like below

ksaranraj5_2-1638972055498.png

after enabling the show times with no data, it works like it's nt responding to use relation ship

ksaranraj5_3-1638972141403.png

How to achieve same result as active relationship while enable the show items with no data

 

please find the power BI app for your reference

 

https://gaininsight-my.sharepoint.com/:u:/g/personal/saranrajk_gain-insights_com/EWBwB6DPYL5MjaPgZKO... 

 

 

 

2 REPLIES 2
ksaranraj5
New Member

@amitchandak  I think combines values works same as mergine two columns that I have already done it on transformation. I have used that only on userelathion 

amitchandak
Super User
Super User

@ksaranraj5 ,

You should  create a column like this both tables: order and customer, 1-M active join, and then try

 

Join key = COMBINEVALUES("-", [customer id], [order id])

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

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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