The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a measure that I want to displya as columns in Matrix visual. I am not able to place the meaure in columns section . My measure is:
Solved! Go to Solution.
@Anonymous - If you want the measure to show up as column headers, you could create one measure for each category, and then include all of the measures in the Matrix (or Table).
@Anonymous -
Instead of creating a Measure, create a Calculated Column.
thank you @Anonymous for your reply. The reason I chose measure over calculated column is that I have a date filter based on which I will calculate days difference between (max date of the date filter ) and Claim Receive Date.
I do not think calculated columns supports that do they?
@Anonymous - If you want the measure to show up as column headers, you could create one measure for each category, and then include all of the measures in the Matrix (or Table).