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.
CALCULATE(SUM(Table1[Amount]), FILTER(ALL(Table1[Period], VALUE(Table1[Period]) = Table1[Period] -1)
However, This works:
CALCULATE(SUM(Table1[Amount]), FILTER(ALL(Table1[Period], VALUE(Table1[Period]) = Table1[Period] )
I'm trying to find the Amount of the previous period. Thus, the Table1[Period] -1
I believe the formula is compatible because the formula browser or what ever it is called is not yelling at me telling me the formula does not work (Yellow footer with reasoning why formula doesn't work). I hit the check mark and it accepts the formula, yet produces nothing.
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |