Sql query to Power BI / DAX Measure

后端 未结 0 388
孤街浪徒
孤街浪徒 2020-12-09 20:37

I am trying to write DAX measure in Power BI for below sql query

select sum(value) 
from sales a where  a.storeid in (
select distinct storeid 
from sales 
le         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题