Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
for the above 2 tables connected with "Customer", the sales amount sumif from the first table.
sales = CALCULATE(SUM(Table1[sales]),Table1[Customer]=EARLIER(customer[Customer]))
how to rank the customer by sales in the second table that when I select different factory in first table, the ranking will be updated in the second table presented in the visual? thanks
Solved! Go to Solution.
Hi @erihsehc,
If you want to select factory dynamically, you have to use a measure and a report.
Ranking = RANKX ( ALL ( 'Table1'[Customer] ), CALCULATE ( SUM ( 'Table1'[Sales] ) ) )
Best Regards!
Dale
Hi @erihsehc,
If you want to select factory dynamically, you have to use a measure and a report.
Ranking = RANKX ( ALL ( 'Table1'[Customer] ), CALCULATE ( SUM ( 'Table1'[Sales] ) ) )
Best Regards!
Dale
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 41 | |
| 40 | |
| 28 | |
| 25 | |
| 21 |