Forum Discussion
Replace value of Matrix columns
- 5 years ago
Anonymous Are you saying you need to do this in Power Query when ingesting the data or in a Matrix visual? If in a visual, create a measure like Measure = IF(MAX('Table'[Value])=999.90,0,MAX('Table'[Value]))
- Anonymous5 years ago
Hi Anonymous ,
You can update the formula of measure as below:
New measure = IF ( [original measure] >999, 0, [original measure] )If the above one is not working for your scenario, please provide your sample pbix file (exclude sensitive data) if it is possible. Later we will provide you a suitable solution base on your sample file. Thank you.
Best Regards
Anonymous Are you saying you need to do this in Power Query when ingesting the data or in a Matrix visual? If in a visual, create a measure like Measure = IF(MAX('Table'[Value])=999.90,0,MAX('Table'[Value]))
Hi Greg_Deckler ,
Did you read my previous post ?
Is there any smart solution, or should I create 30 new calculated columns or measures ?
Please read my previous answer with pictures attached
Kind Regards,
Antonios Katsikinis