- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ultimo valor de la tabla
Como hago para que en la pantalla negra me aparezca el ultimo valor de la tabla?
Saludos.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi you can use a measure:
PriceLastDate = IF ( HASONEVALUE ( Table1[Currency] ); CALCULATE ( AVERAGE ( Table1[Price] ); LASTDATE ( Table1[Date] ) ); UNICHAR ( 10 ) )
Select in the slicer the currency and Ready.
Regards
Victor
Lima - Peru
Lima - Peru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Saludos a todos,
Tengo un problema que puede ser sencillo pero no tengo mucha pericia en estas herramientas.
Estoy intentando calcular el ultimo valor de una tabla a la ultima fecha.
Necesito el valor encerrado en azul a la ultima fecha que tenga en la tabla
Saludos.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Victor, I have a table with date - currency - price . I want to have a measure that tells me which is the price of the last date on the table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi you can use a measure:
PriceLastDate = IF ( HASONEVALUE ( Table1[Currency] ); CALCULATE ( AVERAGE ( Table1[Price] ); LASTDATE ( Table1[Date] ) ); UNICHAR ( 10 ) )
Select in the slicer the currency and Ready.
Regards
Victor
Lima - Peru
Lima - Peru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much for your answer but when I tried the measure, this appear:
How can I solve it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
05-24-2021 05:13 PM | |||
03-16-2022 08:14 AM | |||
05-22-2019 07:33 PM | |||
08-26-2024 12:23 PM | |||
12-21-2021 11:50 AM |
User | Count |
---|---|
106 | |
87 | |
80 | |
54 | |
46 |