Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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...