Forum Discussion
Anonymous
6 years agoNot applicable
how to use filter with summarize function
Hi, I want to create dax expressionon below sql: select sum(business_duration), 'Task SLA'[task], 'Task SLA'[has_breached], 'Task SLA'[sla] from task_sla where task_sla.task = child.number grou...
Anonymous
6 years agoNot applicable
Hi,
I have used this idea , but havae one problem with realted functionaluty as it only support one to many relation ship while in my case I have many to many relation ship with task table to child and parent. So what should I do in that case.
Thanks,
Sandip
v-lionel-msft
6 years agoCommunity Support
Hi Anonymous ,
You can remove duplicate rows of 'child' table and 'parent' table in 'Edit Query', then create one to many relationship between tables.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.