The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hola, estoy tratando de utilizar la función "obtener detalles" desde una medida calculada.
¿Cual es la idea?
A partir de una tarjeta obtener el detalle de las categorías
Problema: Si bien me ofrece la opción de "obtener detalles" a la pagina indicada, no hace el filtro de las categorías
Si alguien me puede ayudar se lo agradecría 🙂
Solved! Go to Solution.
@PedroPablo , A measure having a filter can not pass that filter, you need to have the same measure in detail to filter the visual
I have done something similar
Power BI Drill Through when Userelationship is used: https://youtu.be/1BM_WGATrQA
Thank you, finally opted for:
1) Create a calculated column that generates the segmentation of the data (c1, c2, c3, etc)
2) Then in a visual object I left it as a column and I did a count by product id.
3) add the segmentation in the matrix of the page where you wanted to get details
With this I managed to do it!!!
thank you very much for your prompt help
@PedroPablo , A measure having a filter can not pass that filter, you need to have the same measure in detail to filter the visual
I have done something similar
Power BI Drill Through when Userelationship is used: https://youtu.be/1BM_WGATrQA
Thank you, finally opted for:
1) Create a calculated column that generates the segmentation of the data (c1, c2, c3, etc)
2) Then in a visual object I left it as a column and I did a count by product id.
3) add the segmentation in the matrix of the page where you wanted to get details
With this I managed to do it!!!
thank you very much for your prompt help
User | Count |
---|---|
77 | |
75 | |
36 | |
31 | |
29 |
User | Count |
---|---|
93 | |
81 | |
57 | |
48 | |
48 |