Hola que tal
Tengo una dimension estrella, como muestro abajo, las dos tablas que se muestran son las que importan, quiero restar "Yearly Target" de dim_Country a "Count" de FT_PC_Refresh. Count es un numero que cada mes varia y su limite es el Yearly Target
Yearly Target es un valor fijo que no cambia, pero es el paramentro con el que se compara el avance de Count.
Quiero restar estas dos columnas y que me de el resultado por mes, y trimestre, pero me sale un numero sin sentido cuando intendo hacer una nueva medida
Solved! Go to Solution.
Hi @wichoderek ,
What is the relationship between the dim_Country and FT_PC_Refresh? How about create relationships between the 2 tables? Then you can use measure to subtract.
measure =max(dim _country[Yearly Target])-max(FT_PC Refresh[Count])
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @wichoderek ,
What is the relationship between the dim_Country and FT_PC_Refresh? How about create relationships between the 2 tables? Then you can use measure to subtract.
measure =max(dim _country[Yearly Target])-max(FT_PC Refresh[Count])
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
212 | |
53 | |
45 | |
41 | |
40 |
User | Count |
---|---|
277 | |
210 | |
73 | |
72 | |
65 |