Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I am trying to optimise my report which is fetching the output for two months but not fetching the output for two years. The measure that needs to be optimsed is below:
/*
Always use ADDCOLUMNS() with SUMMARIZE() and please consider only specific columns (needed for ranking) in the first part of FILTER() function to create the virtual table
@Ekta_dq m
'Fact Claim'[DOS_NETWORK_LICENSE_KEY],
'Fact Claim'[PROVIDER_KEY],
'Provider'[PROVIDER_KEY], // This only need if you want plot rank against Provider
Provider[Name], // is it above 'Provider'[PROVIDER_KEY], again need rank against Provider[Name],
Provider[Provider GID], // same as avove
'Network License'[NETWORK_LICENSE_KEY], //This only need if you want plot rank against Network License
'Network License'[Network License Number] // do want rank against this column.
reconsider some of those if they are needed or not
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 9 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 27 | |
| 22 | |
| 19 | |
| 17 | |
| 11 |