Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi there,
I have measures like "Sales YTD" , "Sales LYTD", " %YoY Growth", "AOS YTD", "AOS LYTD", "% YOY AOS".
How to create a matrix visule to display the information with row label "NNS", "AOS" and column label "YTD", "LYTD", "Growth"?
Thank you in advance,
@newrice You could use a disconnected table for your measure columns and then a single measure that determines which measure to display based on the MAX of your disconnected table column.
In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick...