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.
I have a clustered column chart that I would like to dispay the difference between the two column as the data label.
I created the following measure and have it in tooltips for now:
DIFFERENCE = (SUM('RAW DATA'[EAS Total FTEs])/SUM('RAW DATA'[EAS Assigned FTE])) - 1
Is there anyway to get this in as the data lable?
Hey,
unfortunately the answer is quite short: No, it's not possible to show other measures as data label.
This could be done with a custom visual, or maybe tricked by using your measure as the value for the line chart in a combo chart (bar and line) and then try to use no color for the line but show data label
Regards