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!
Need to create a 3 cards visuals individually in the dashboard as NOV-2022, Dec-2022, Jan-2023. However, these cards should be changed dynamically when the next month comes, like: Dec-2022, Jan-2023, Feb-2023 and it should refreshed every month on the same logic.
Solved! Go to Solution.
Hi @vishnu-Prasad ,
Please try:
L1 =
var _a = FORMAT(EOMONTH(TODAY(),-1),"MMM-YYYY")
return _a
L2 =
var _a = FORMAT(EOMONTH(TODAY(),-2),"MMM-YYYY")
return _a
L3 =
var _a = FORMAT(EOMONTH(TODAY(),-3),"MMM-YYYY")
return _a
Final Output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @vishnu-Prasad ,
Please try:
L1 =
var _a = FORMAT(EOMONTH(TODAY(),-1),"MMM-YYYY")
return _a
L2 =
var _a = FORMAT(EOMONTH(TODAY(),-2),"MMM-YYYY")
return _a
L3 =
var _a = FORMAT(EOMONTH(TODAY(),-3),"MMM-YYYY")
return _a
Final Output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 43 | |
| 30 | |
| 27 | |
| 23 |
| User | Count |
|---|---|
| 134 | |
| 114 | |
| 58 | |
| 39 | |
| 35 |