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.
Need help with rounding the numbers in a column called "LabResults" based on values from other column called "LabTestName" , a single column has various lab tests, the requirement is to show the measurement values with different decimals for different tests.
Example
LabTestName LabResults
T1-272 20.1 (1 Decimal point)
T1-300 54.4218 (4 decimals)
TBP 30 ( No Decimals)
TS-200 70.42 (2 Decimal points)
TCL-100 40.9 (1 Decimal Point)
Any suggestions would be highly appreciated.
Solved! Go to Solution.
Hi,
The columns names got melted together and i used 20.1111 as values for all entries, but this should do the trick, no :)?
Thank you so much. The logic worked for me. Thanks for your help!
Hi,
The columns names got melted together and i used 20.1111 as values for all entries, but this should do the trick, no :)?