Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
can someone please advise how to add a line break in a tabuarl model measure.... like if we wanted to display a card with value on multiple lines as below
% of orders
4 / 16
25%
I used this DAX which returns correctly in Power BI desktop DAX
RETURN
Numerator & "/" & Denominator
& UNICHAR ( 10 )
& IF(ISBLANK(ROUND ( DIVIDE ( Numerator, Denominator ) * 100, 0 )),0,ROUND ( DIVIDE ( Numerator, Denominator ) * 100, 0 )) & "%"
When I take this in visual studio for tabular model UNICHAR does not work as it is not recognized. Can someone please advise if there is an alternate way to do it. Once measues are coming from Tabular model we cannot do anything in Powrer BI desktop.
Many thanks
Use separate measures and separate visuals.
Hi @lbendlin Thanks for the reply. It is not what is required as it slows down the page load. Can we do inside one measure? Is there a way?
Have a look at calculation groups.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |