The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I have a basic doubt on DAX
Consider dimdate[date], connected to a table called factualX.
I want to calculate factual total of rows of last year, ignoring the date slicer I have on screen, because of course i can have an initial date somewhere on 2022, and ending on 2023, and i want the measure to ignore this filter.
the calculation should just consider today's date (and year)
# rows LY = CALCULATE( COUNTROWS(factualX), PREVIOUSYEAR( 'Posting Date'[Posting Date] ) )
Thanks in advance
I remind myself of that but didn't seem to work.
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |