Hi
2 Tables - FACT and Master Data (State Field) with City to City mapping
Date Slicer
I want Col 1 one to run off date slcier and Col2 to run for a specific date, I tried using Calcualte(Sum(Sales), Filter(FACT, Date ="2021") but when I click on 2022 it goes blank for Col2
Col1 | Col2 | |
NY | 5 | 3 |
CAL | 6 | 6 |
NC | 7 | 7 |
Solved! Go to Solution.
@earltom , you need to use date table for that joined with your table
Calcualte(Sum(Sales), Filter(all(Date), Date[Date] ="2021")
@earltom , you need to use date table for that joined with your table
Calcualte(Sum(Sales), Filter(all(Date), Date[Date] ="2021")
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
241 | |
56 | |
49 | |
45 | |
44 |
User | Count |
---|---|
280 | |
211 | |
82 | |
76 | |
74 |