Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi @Baks007
please try
Met =
SUMX ( VALUES ( 'Date'[MonthYear] ), INT ( [Attendence %] >= 0.95 ) )
Not Met =
SUMX ( VALUES ( 'Date'[MonthYear] ), INT ( [Attendence %] < 0.95 ) )
Hi @Baks007
please try
Met =
SUMX ( VALUES ( 'Date'[MonthYear] ), INT ( [Attendence %] >= 0.95 ) )
Not Met =
SUMX ( VALUES ( 'Date'[MonthYear] ), INT ( [Attendence %] < 0.95 ) )
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.