Forum Discussion
owjo1001
3 years agoFrequent Visitor
Cartesian Product from Table Visual
When I add a measure into a table that never returns blank the table becomes the cartesian product. I under that it's a side affect of the one to many join however how do you get around it? I have a ...
amitchandak
3 years agoSuper User
owjo1001 , this will have a left join in favor of dimension tables, that will show all values from dimension.Some time we need to control it back
example
calculate(IF(SELECTEDVALUE(Registrations[ISubscription]) = "TRUE", SELECTEDVALUE(Registrations[SubscriptionEndDate]), "N/A"), filter(Registrations, Registrations[Registrations] in selectedvalues(Registrations[Registrations])))
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.