Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
HI
Trying to replicate the table below in Power BI
I have a USD column and a Project Health column. (Values can be "Green", "Red", "Orange", etc...)
The idea is to show total USD in one row and create another mesure called risk where only USD with Project health (RED and ORANGE) are included and extra row for % vs the total.
Tried different formulas but not really working.
Solved! Go to Solution.
@romovaro Use
Risk = CALCULATE(SUM('Weekly Slippage'[USD], FILTER ('Weekly Slippage', 'Weekly Slippage'[Project Health] IN {"Red" ,"Orange"}))
HI Mohan
Thanks for your help
Tried your formula but I get an error:
Too many arguments were passed to the SUM function. The maximum argument count for the function is 1.
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.