Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi,
How to convert this Tableau formula into DAX PowerBI?
SUM(If [Status]='Added' then [Frequency)
END
thanks a lot !
Solved! Go to Solution.
@sanastasova Try:
Measure = SUMX(FILTER('Table', [Status] = "Added"), [Frequency])
@sanastasova Try:
Measure = SUMX(FILTER('Table', [Status] = "Added"), [Frequency])
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.