Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have this following measure :
Marge =
CALCULATE(DIVIDE (
SUM( FCTVentes[prix_vente] ),
SUM( FCTVentes[prix_achat]),0),
USERELATIONSHIP(dim_calendrier[id],FCTVentes[fk_date_vente]))
The result is a percentage formatted like below :
When I try to create to LineChart with a year filter like below :
I see that the Y-axis is duplicating values when the 2020 year is selected.
When selecting the year 2021 also, it is the same :
Also, I want that the Y-axis starts from 0 (the display), even if there is no data with 0%.
Solved! Go to Solution.
Hello,
I tried to reproduce your work like below :
Hello,
I tried to reproduce your work like below :
Whats happening there is since the range is small and the values are low it is showing the round off values. If we simply increase the decimals for the axis values it will be fixed.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
218 | |
88 | |
83 | |
65 | |
56 |