Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
Is it possible to conditionally format a column in a Matrix grid?
I have the grid below and want to set a different background colour for the current month. Is there a way to do this?
Thanks
Solved! Go to Solution.
Hi @Trosa_220568 ,
Please try this measure.
Measure =
VAR _today = TODAY()
VAR _month_year = SELECTEDVALUE('Table'[Month Year])
VAR _color = IF(_month_year = FORMAT(_today,"mmm yyyy"),"Yellow")
RETURN
_color
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @Trosa_220568 ,
Please try this measure.
Measure =
VAR _today = TODAY()
VAR _month_year = SELECTEDVALUE('Table'[Month Year])
VAR _color = IF(_month_year = FORMAT(_today,"mmm yyyy"),"Yellow")
RETURN
_color
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
75 | |
62 | |
51 | |
47 |
User | Count |
---|---|
213 | |
81 | |
64 | |
60 | |
56 |