The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi everyone!
I have created a measure to calculate a ratio, syntax: Ratio = DIVIDE([Value 1] , [Value 2],0)
Then I created a visual adding the years of my model and this measure.
I need to fix this measure in order to also calculate 0 for the years that have no values, so I can add it to a timeline that shows the evolution keeping the 0 values in the visual.
Please help!
Thanks!
Solved! Go to Solution.
DIVIDE(0 + [Value 1], [Value 2], 0)
Brilliant!
Thanks a lot!
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
25 | |
13 | |
13 | |
8 | |
8 |