The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
HI i want to put multiple If conditions in a huge data set with different columns varying. any idea how to do it.
Solved! Go to Solution.
Hi @MMonica , It depends there are multiple ways you could achive that please do try some of these out
SQL: Use CASE statements or Dynamic SQL for flexibility.
SELECT CASE WHEN LOGIC
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance
Hi @MMonica , It depends there are multiple ways you could achive that please do try some of these out
SQL: Use CASE statements or Dynamic SQL for flexibility.
SELECT CASE WHEN LOGIC
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance