Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Solved! Go to Solution.
Hi @Neill_
Column =
SWITCH (
TRUE (),
'looker_views lkr_Audit'[Audit_DateTime]
>= DATE ( 2020, 04, 01 )
&& 'looker_views lkr_Audit'[Audit_DateTime]
<= DATE ( 2020, 04, 30 ), "Period 1"
)
Regards,
Harsh Nathani
Hi @Neill_
Column =
SWITCH (
TRUE (),
'looker_views lkr_Audit'[Audit_DateTime]
>= DATE ( 2020, 04, 01 )
&& 'looker_views lkr_Audit'[Audit_DateTime]
<= DATE ( 2020, 04, 30 ), "Period 1"
)
Regards,
Harsh Nathani
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.