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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
I have a table Components it consists of all registered components for specific project
I have table transactions where it consists of diferent transactions registered for the components
relationship is 1 to *
My issue if i have a matrix visusal and in this visual i want to show all components filtererd by project name and what is their statuses from trasnaction table. So in this case if this components dies not exist in transactions table it will not be listed in my matrix visual and i want to list it anyway.
Ho do i achieve it?
Solved! Go to Solution.
You was right. I created a measure with +0 counting to see if there is any transactions and put measure in Values inside matrix.
Thanks
Hi @amitchandak
On the matrix i don't use any measures. I play pure with table columns
On matrix component name is from Transactions table where it might not cosists of component names and if i make show all data - nothing happens