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
Now I want to create a card for each of the top 5 and display the Market Cap amount. I'm trying to put the market cap for the #1 ranking in 1 card. The market cap for the number 2 ranking in a separate card. The market cap for the number 3 ranking in a separate card, and so forth up to 5 dards. Here's what I'm getting:
I know why I'm getting the above, its becuase it's taking the complete total for all my rows in the data.
This is my DAX measure for card number 2, I'm trying to filter on just ranking 2, but get no results:
Any ideas on how I can correct my DAX measure to filter on a specific rank value? The reason I want to filter on a specific ranking is beause as the rankings change, I want the cards to by dynamic and move the ranked items around between the 5 cards. Thank you.
Solved! Go to Solution.
Try this to find the Ranking:
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Try this to find the Ranking:
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Thank you! This worked. I changed ALL(CoinMarketCap[Crypto Name]) to ALL(CoinMarketCap) within the USD Market Cap Rank fomula like you stated and the update to this feed the individual Rank formulas and displayed correclty. Thanks, again!
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |