Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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!!
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 November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.