Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Looking to figure out a solution with multiple If statements. Scenario below.
Example, I have a column called ProjectScope / LaborBilling "Labor billing reflects the total revenue associated with a project"
Project Scope
New
Upgrade
Custom Dev
Looking to create a measure that IF Project Scope = 'New' then take LaborTotal Column/125, IF Project Scope = 'Upgrade' then take LaborTotal Column / 100, IF Project Scope = ' Custom Dev' then take LaborTotal Column/200.
ProjectScope and LaborBilling are not calculated columns.
Using data grid to display project name and new measure is the end result.
Any thoughts are appreciated.
Solved! Go to Solution.
Hi @dskeane
Have you considered creating a calculated column that incorporates that logic?
And then you can create simple measures over the new column.
Hi @dskeane
Have you considered creating a calculated column that incorporates that logic?
And then you can create simple measures over the new column.
This will get me on the right track, however I am running into an issue with the error in the screen shot. T&M is coming from another colum not related to my formula?
LaborBilling Data Type:Text Format:Text
I think this is the problem. You have text in that column and you are trying to use a mathmatic operator with a text value.
You can extend your IF statement to only look for numeric values, or filter out the text from this column and convert the column to numeric.
Nevermind, oversite on my end. I should have been using another colum called calculatedlaborttl this has a decimal data type.
I am smooth sailing from this point on, thanks for the suggestion!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 50 | |
| 44 | |
| 42 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 33 | |
| 32 | |
| 32 |