Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
Dax expression needed from the below table list :
Tablename /Dataset name: Projection
i need to derive Latest CurrentRate by considering last RunMonth for each MeasureID field [by using calculated Measure]
output from below is: 0.4733 from BCR Measure
TRENDMONTH | RunTrendMonth | TIMEFRAME | measureid | submeasure | Measure Type | CurrentRate |
1 | 2019011 | PROSPECTIVE | BCR | Hybrid | 0.3862 | |
2 | 2019022 | PROSPECTIVE | BCR | Hybrid | 0.392 | |
3 | 2019033 | PROSPECTIVE | BCR | Hybrid | 0.41 | |
4 | 2019044 | PROSPECTIVE | BCR | Hybrid | 0.4307 | |
5 | 2019055 | PROSPECTIVE | BCR | Hybrid | 0.4465 | |
6 | 2019066 | PROSPECTIVE | BCR | Hybrid | 0.4575 | |
7 | 2019077 | PROSPECTIVE | BCR | Hybrid | 0.4733 |
Have you tried LASTNONBLANK()
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |