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.
hi I have a date format query I am hoping someone can help with.
I have a calender table with a date column
I've got a measure in my visuals (a card) to show some text as the % is in a seperate card....
Solved! Go to Solution.
@Anonymous , Try with one change
"% impact rating of Low from " & FORMAT(MIN(cal[Date]),"mmm yyyy") & " to " & FORMAT(MAX(cal[Date]),"mmm yyyy" )
thank you!
@Anonymous , Try with one change
"% impact rating of Low from " & FORMAT(MIN(cal[Date]),"mmm yyyy") & " to " & FORMAT(MAX(cal[Date]),"mmm yyyy" )