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.
Hello everyone,
I'm facing a problem.
I would like to calculate a date with a measure, but it doesn't work, if I want to visualize it in a table.
If I visualize it in a card, it works.
Final Date = IF(MAX(Table1[Date1])>MAX(Table1[Date2]),MAX(Table1[Date1],MAX(Table1[Date2])+Table1[Measure of calculated days, which should]
My goal is, to visualize it in a table-visual like this:
customer Final Date
A 6/15/2021
B 5/12/2021
Thank you!
Kind regards
Michael
@Power_MN , what you want to add is not clear using this measures
Measure of calculated days, which should
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.