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.
Here, if i write Values(Region Groups[Region Group]) won't i be able to restor the filter of Region group. Is it necessary that I write the entire table filter Region Groups as in the expression
Yes, using VALUES(Region Groups[Region Group]) can restore the filter for the "Region Group" without needing to write the entire table filter. This approach is often more efficient and clearer.
CALCULATE(
[Total Sales],
ALL(Customers),
VALUES(RegionGroups[Region Group])
)
Proud to be a Super User! |
|
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |