The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi, I want to create a measure showing a text1 before and text2 after a calculated column referenced in this measure. How can I do this?
The calculated column is a result of a division of two other columns, which is rounded to the whole number:
Number.Round(([#"column1"]/[#"column2"]),0,RoundingMode.AwayFromZero)
Thank you for your reply in advance!
Solved! Go to Solution.
Measure = "text1" & sumx( 'Table', column1 / column2) & "text2"
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
10 | |
7 |