Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |