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 All,
I have two problem and would like to seek for expert help on what dax should I used:
Picture 2
However, the % of grant total seem off. What I want to achive is % / Total by each date.
Each date, the % should be 100%.
Question: Any dax/chart I can use to achive to show the % over each date ?
Hi @alexgoh
To get the latest comment you may try (calculated column in TableA)
Latest Comment =
MAXX (
TOPN ( 1, FILTER ( TableB, TableB[ID] = TableA[ID] ), TableB[Date] ),
TableB[Comment]
)
To get the correct % try using CALCULATE - ALL ( 'Tab;e'[Mutual Consensus] ) at the denominator
Hi, @alexgoh
Try with treats function
Create measure
Comment= calculate ('tableb'[comment], treats ('tablea'[Id], 'tableb'[I'd]
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |