Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Buen dia¡ como están? disculpen las molestias espero puedan ayudarme , hace poco empecé con power bi, estoy intentando sacar algo pero no hay forma.
Quería consultarles si hay manera de traer una cotización de la última fecha del mes de acuerdo a la segmentación de fechas q tengo configurada.
Actualmente nose que estoy haciendo mal pero cargue una tabla de cotizaciones desde noviembre y cuando quiero armar una tabla con los datos de mi tabla de hecho y quiero agregar esas cotizaciones me trae todo y no me filtra de acuerdo a la segmentación. como lo puedo arreglar ? me fije en las relaciones y me deja solo hacer la relación de fecha con el calendario pero necesito que me vaya buscando las cotizaciones de acuerdo a mi tabla de hecho.
Mil gracias!! Saludos!!!!
Solved! Go to Solution.
Hi @Yaninabalos19 ,
You can create a measure as below to get it by using the function ENDOFMONTH:
Measure =
CALCULATE (
SUM ( 'Table'[Quote] ),
FILTER ( 'Table', 'Table'[Date] = ENDOFMONTH ( 'Table'[Date] ) )
)
If the above one can't help you get the expected result, could you please provide some raw data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Hi @Yaninabalos19 ,
You can create a measure as below to get it by using the function ENDOFMONTH:
Measure =
CALCULATE (
SUM ( 'Table'[Quote] ),
FILTER ( 'Table', 'Table'[Date] = ENDOFMONTH ( 'Table'[Date] ) )
)
If the above one can't help you get the expected result, could you please provide some raw data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
14 | |
11 | |
7 |
User | Count |
---|---|
26 | |
24 | |
12 | |
11 | |
10 |