Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hi all,
I want to create a measure that counts the selected months from a date slicer and if it is more than three months, then display a warning message.
I have tried this measure: Multi_Selected_Months = CONCATENATEX ( VALUES ( financials[Month Name] ) , [Month Name] , ",")
but it is for displaying selected months.
Can anyone please suggest a solution for this?
Much thanks!!
Solved! Go to Solution.
Hi @NKotak_Leecare
You can use this DAX formula for counting selected Months:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @NKotak_Leecare
You can use this DAX formula for counting selected Months:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
115 | |
112 | |
105 | |
95 | |
58 |
User | Count |
---|---|
174 | |
147 | |
136 | |
102 | |
82 |