Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
Hi everyone,
I want to ask that do we have any way to implement the chart like this one?
Thank you
Solved! Go to Solution.
Hi @TungNguyen_19 ,
If you're trying to move the negative reviews to the bottom, then you can create measure that multiplies the aggregation of negative reviews by negative 1 and use the native column chart. Attached is a sample pbix.
Hi @TungNguyen_19 ,
If you're trying to move the negative reviews to the bottom, then you can create measure that multiplies the aggregation of negative reviews by negative 1 and use the native column chart. Attached is a sample pbix.
hello @TungNguyen_19
yes you can
you have 2 choices .
or you can use a custom visual : tornado chart.
or you can create a measure,
and play with its format .
check below
step 1 : create the measure you want to display
one measure should be negative, and the other should be positive,
step 2 : change format to dynamic for the negative measure
step 3 : change from measure to format
step 4 : write the following format ( when you use the ; --> the one the left of the ; is for negative values, and the one on the right is for positive values.
NB in the second option, it is better to hide the values of the y-axis,
best regards.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
77 | |
76 | |
70 | |
49 | |
42 |
User | Count |
---|---|
62 | |
40 | |
32 | |
30 | |
29 |