Forum Discussion
ondrej-cdc
2 years agoFrequent Visitor
PBI perform inner or outer join
Hello everyone, I would like to aks you about data modeling in Power BI. If I choose my tables set like star schema at model I dont understand how to set inner join or outer join. If I will be speci...
santiagomur
Resolver II
2 years agohi,
try this measure,
dynamic filter =
calculate(
countrows( transport[period_key])
)