Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I'm using a power bi report with a date slicer showing month and a live connection to a cube, SQL Server Analysis Services database.
I'm updating the DAX via Visual Studio
I've created a calculated table in my cube but what DAX do I need so that it 'talks to' the slicer ?
eg if i select Jan 2023 and Feb 2023 months in my slicer, the calculated table only populates itself with data for Jan 2023 and Feb 2023 ?
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |