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
Hi Team,
I have problem in calculate function when I put calculate function then in filter argument earlier not required table name but now it required . Example
Earlier = calculate ((function),Table[Column]="ABCD")
Now = calculate ((function),TableName,Table[Column]="ABCD")
The first form is just fine. Just ensure that the first input of the calculation function is a measure - a measure is put within []
| User | Count |
|---|---|
| 22 | |
| 21 | |
| 20 | |
| 20 | |
| 11 |
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 46 | |
| 45 | |
| 34 |