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.
Hi,
The data going to my tachometer is a division of two columns, and some of the values in the denominatior column are zero - which brings the start value of tachometer to infinity.
I do not want to change the data to a measure using IF or DIVIDE and place 0 or 1 as start value. So without doing any change in the data, can I change the widget to remove this infinity in start value?
TIA
Solved! Go to Solution.
Hi a_chhibber,
From your description, it seems you don't want to replace infinity with 0 (or 1), and modify the underlying data model, right?
When you do divide aggregation, you can replace 0 with other value which you want, eg 1:
Measure = Max([Column1])/IF(Max([Column1])=0,1,Max([Column1]))
Regards,
Jimmy Tao
Hi a_chhibber,
From your description, it seems you don't want to replace infinity with 0 (or 1), and modify the underlying data model, right?
When you do divide aggregation, you can replace 0 with other value which you want, eg 1:
Measure = Max([Column1])/IF(Max([Column1])=0,1,Max([Column1]))
Regards,
Jimmy Tao
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
99 | |
68 | |
44 | |
37 | |
29 |
User | Count |
---|---|
156 | |
92 | |
62 | |
44 | |
41 |