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 a dataset which records the value of three KPIs each month.
I currently have a multirow card which displays these KPIs, connected to a slicer so that I can see each month's totals. For example, for January 2023:
I would like to display next to this card the difference between the selected month's values and month prior to it. For example, if January 2023 were selected, I'd like it to show +5 for number of activity cards (because 0 were produced in Dec 2022), +2 articles and +3 Lunch and Learns.
How is the best way to do this? I am a complete Power BI novice, so I'm not sure where to start!
Thanks,
H
I'm sorry @FreemanZ, I don't really understand. If we zoom in on the KPI for "Number of articles", could you explain what the expected output of each of those measures would be?
I tried doing the first measure, but it just returns (blank) when put it into a card unless I have multiple dates selected. Even then, I don't really understand what the number returned refers to. For example, if I selected Februay and March 2023, "1" is returned.
Ideally, if I had just March highlighted, I'd want to return February's number (so I can then calculate the difference between the two).
Thanks so much,
H
hi @HRWhite
could you paste your dataset again as editable text and lemme verify the code?
hi @HRWhite
you would need several measures like:
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |