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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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" )
| User | Count |
|---|---|
| 50 | |
| 43 | |
| 36 | |
| 33 | |
| 29 |
| User | Count |
|---|---|
| 139 | |
| 129 | |
| 61 | |
| 59 | |
| 57 |